2000-11-15 |
Jarkko Hietaniemi |
Quit utf8_to_uv() instantly if curlen == 0. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Jens Hamisch |
Use u_int32_t for the size of hash_cb(), not size_t. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Jens Hamisch |
Use UINT64_C(). |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Jarkko Hietaniemi |
Defined INT64_C() and UINT64_C() unless defined by... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Jarkko Hietaniemi |
Regen Configure. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jarkko Hietaniemi |
Integrate perlio: |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Nick Ing-Simmons |
PerlIO #include and #ifdef re-work. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jens Hamisch |
Hoist the duplicated socket/netdb include logic to... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Vadim Konovalov |
some additions for makefiles for win32 (for perl@7674) |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Vadim Konovalov |
tiny typo in perl5db.pl |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jarkko Hietaniemi |
Redo #7679 with LFs instead of CRLFs. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Benjamin Stuhl |
Get PerlIO building on Win32 |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Benjamin Stuhl |
Fix the re extension building for Win32. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Yitzchak Scott... |
[ID 20001113.003] utf8_to_uv on malformed utf returns... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Nicholas Clark |
Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Nick Ing-Simmons |
Integrate mainline ... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Remove the new two tests of lib/io_xs for now, they... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Make PerlIO_getpos() to behave like fgetpos() on return. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Placate nervous compilers that see longer than ints... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
fputs() does return EOF on error but here we don't... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Declare reg_data like reg_substr_data. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Typos in #7667. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Cleanup messy #ifdef. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Nicholas Clark |
[ID 20001112.008] perlio.c's PerlIO_getpos ingores... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Yitzchak Scott... |
Tweak the definition of the bit complement on UTF-8... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Jarkko Hietaniemi |
Couple of tests from #7660 salvaged. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Nicholas Clark |
[ID 20001112.007] sfio's sftell isn't ftell |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Nicholas Clark |
[ID 20001112.006] IO::Seekable::getpos doesn't check... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Jarkko Hietaniemi |
Document tell() on special streams. |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Jarkko Hietaniemi |
(Subsumed by #7664) |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Nicholas Clark |
Many subdocumented return values of the IO extension... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Nicholas Clark |
[ID 20001112.004] man perlfunc omits tell()'s error... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Jarkko Hietaniemi |
Integrate perlio: |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Nick Ing-Simmons |
Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.) |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Nick Ing-Simmons |
Integrate mainline |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Jarkko Hietaniemi |
Add HAS_FSYNC, lack noticed by Nicholas Clark. |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Jarkko Hietaniemi |
Copy the s// information of README.hpux also to the... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Jarkko Hietaniemi |
More README.solaris updates from Andy Dougherty. |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Dominic Dunlop |
More descriptive error for unknown perlio layers. |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Dominic Dunlop |
MachTen doesn't really do mmap() and munmap(). |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Robert Spier |
fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Jarkko Hietaniemi |
Add getpagesize() probing, on non-UNIX guess 'undef'. |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Jarkko Hietaniemi |
Use sysconf() or getpagesize() to find out the pagesize. |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Jarkko Hietaniemi |
Integrate perlio: |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Lupe Christoph |
Re: [PATCH] README.solaris |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Eric Fifer |
cygwin port |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Nick Ing-Simmons |
Fixup mmap layer by doing mmap() calls on pagesize... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Jarkko Hietaniemi |
Add more encoding tables. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Andy Dougherty |
README.solaris |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Lupe Christoph |
Explain better why certain regex tests are skipped. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Nick Ing-Simmons |
Integrate mainline. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Nick Ing-Simmons |
Re-instate stdio large file support via perlio. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Hal Morris |
Amdahl UTS hints updates. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Nicholas Clark |
IO::Seekable pod |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Michael Somos |
Various doc oddball characters. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
John P. Linderman |
Re: bash -c exit and linux hints |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Nick Ing-Simmons |
Integrate mainline. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Eric Fifer |
Missing dTHXs. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Jarkko Hietaniemi |
Disable only the tests 99 and 166 for UTF-8 locales. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Jarkko Hietaniemi |
There's no =head3. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Harri Pasanen |
The generated boot_* headers are wrong. Pickier compiler, |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Prymmer/Kahn |
updates to Porting/pumpkin.pod |
commit | commitdiff | tree | snapshot |
2000-11-09 |
H.Merijn Brand |
Fix for |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Joe Smith |
Typo in an ifndef. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Jarkko Hietaniemi |
Remove unused extra arguments. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Jarkko Hietaniemi |
More VMS moves on environment handling, from Charles... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
David Dyck |
patch to detect stat followed by lstat(_): [ID 20001106... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Jarkko Hietaniemi |
Forgot from #7618. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Jarkko Hietaniemi |
Make deleting for %ENV work for (newer versions of... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Casey R. Tweten |
Class::Struct at compile time |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Todd T. Fries |
[ID 20001108.013] spelling |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Peter Prymmer |
add Encode to VMS build and tests |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jarkko Hietaniemi |
A missing aTHX_. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
David Dyck |
is this the appropriate patch to fix: [ID 20001106... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Dominic Dunlop |
Re: Patch 7533 prevents malloc.c from compiling on... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jarkko Hietaniemi |
Do not test UTF-8 locales since that the tests would... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Vadim Konovalov |
Locale buglets. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jarkko Hietaniemi |
Deleting $ENV{PATH} in VMS is not recommendable. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Nicholas Clark |
PATCH std stdio for (Free)BSD |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jarkko Hietaniemi |
Forgot to bump the line numbers in #7601. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Nicholas Clark |
More careful detection of how well NVs and UVs mix. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Craig A. Berry |
[patch perl@7595] VMS configure.com tweak |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Robin Barker |
int/ptr casts in perlio.c |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Nick Ing-Simmons |
Fix for the tie-refhash string table leaks. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Jarkko Hietaniemi |
Try to avoid flockless and emulationless places. |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Casey R. Tweten |
Overrideable keys, each, pop, push, shift, splice,... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Kurt D. Starsinic |
Make perlbug not insist on dumping to a file when stdou... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jarkko Hietaniemi |
Bad thinko in #7581 (I used the test program with the... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Fifer, Eric |
cygwin port |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jarkko Hietaniemi |
perlhack updates from H.Merijn Brand. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jarkko Hietaniemi |
Be more robust in Dynaloader.pm. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jarkko Hietaniemi |
AUTHORS update. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Gurusamy Sarathy |
normalize relative paths in virtualized current directo... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jarkko Hietaniemi |
Too profiler-happy: with optimization the #7590 actuall... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jarkko Hietaniemi |
Shave off about 5% (Digital UNIX, -g, pixie) of the... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Craig A. Berry |
configure.com and st-lock.t changes for |
commit | commitdiff | tree | snapshot |
next |