Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These files are text, not binary. | Jarkko Hietaniemi | 2000-11-16 | 0 | -0/+0 |
* | Update Changes. | Jarkko Hietaniemi | 2000-11-16 | 2 | -1/+202 |
* | More #undefing of stdio. | Jarkko Hietaniemi | 2000-11-16 | 2 | -0/+6 |
* | Add fwalk() probe to the configuration files and regen perltoc. | Jarkko Hietaniemi | 2000-11-16 | 18 | -43/+109 |
* | The type of the hash_cb() size argument is tricky. | Jarkko Hietaniemi | 2000-11-16 | 1 | -2/+8 |
* | Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons. | Jarkko Hietaniemi | 2000-11-15 | 1 | -27/+31 |
* | Detypo. | Jarkko Hietaniemi | 2000-11-15 | 1 | -4/+4 |
* | UINT64_C() work continues. | Jarkko Hietaniemi | 2000-11-15 | 3 | -16/+18 |
* | SOCKS has its own USE_THREADS, based on | Jens Hamisch | 2000-11-15 | 1 | -0/+12 |
* | Add few missing #undefs and sort them. | Jarkko Hietaniemi | 2000-11-15 | 1 | -28/+24 |
* | Linenumber fix. | Jarkko Hietaniemi | 2000-11-15 | 1 | -2/+2 |
* | EBCDIC tweaks. | Peter Prymmer | 2000-11-15 | 2 | -2/+17 |
* | hush warnings about malformed EBCDIC text | Peter Prymmer | 2000-11-15 | 1 | -0/+4 |
* | updates to README.os390 | Prymmer/Kahn | 2000-11-15 | 1 | -33/+236 |
* | Quit utf8_to_uv() instantly if curlen == 0. | Jarkko Hietaniemi | 2000-11-15 | 1 | -3/+10 |
* | Use u_int32_t for the size of hash_cb(), not size_t. | Jens Hamisch | 2000-11-15 | 1 | -2/+2 |
* | Use UINT64_C(). | Jens Hamisch | 2000-11-15 | 2 | -2/+6 |
* | Defined INT64_C() and UINT64_C() unless defined by <inttypes.h> | Jarkko Hietaniemi | 2000-11-15 | 1 | -0/+10 |
* | Regen Configure. | Jarkko Hietaniemi | 2000-11-15 | 1 | -10/+18 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-11-14 | 9 | -627/+749 |
|\ | |||||
| * | PerlIO #include and #ifdef re-work. | Nick Ing-Simmons | 2000-11-14 | 9 | -627/+749 |
| * | Integrate mainline ... | Nick Ing-Simmons | 2000-11-13 | 17 | -50/+429 |
| |\ | |||||
* | | | Hoist the duplicated socket/netdb include logic to perl.h; | Jens Hamisch | 2000-11-14 | 3 | -53/+29 |
* | | | some additions for makefiles for win32 (for perl@7674) | Vadim Konovalov | 2000-11-14 | 5 | -5/+7 |
* | | | tiny typo in perl5db.pl | Vadim Konovalov | 2000-11-14 | 1 | -1/+1 |
* | | | Redo #7679 with LFs instead of CRLFs. | Jarkko Hietaniemi | 2000-11-14 | 11 | -244/+244 |
* | | | Get PerlIO building on Win32 | Benjamin Stuhl | 2000-11-14 | 12 | -108/+260 |
* | | | Fix the re extension building for Win32. | Benjamin Stuhl | 2000-11-14 | 2 | -0/+19 |
* | | | [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values | Yitzchak Scott-Thoennes | 2000-11-14 | 5 | -11/+13 |
* | | | Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return | Nicholas Clark | 2000-11-13 | 2 | -6/+7 |
| |/ |/| | |||||
* | | Update Changes. | Jarkko Hietaniemi | 2000-11-13 | 2 | -1/+230 |
* | | Remove the new two tests of lib/io_xs for now, they seem to | Jarkko Hietaniemi | 2000-11-13 | 1 | -20/+1 |
* | | Make PerlIO_getpos() to behave like fgetpos() on return. | Jarkko Hietaniemi | 2000-11-13 | 1 | -1/+1 |
* | | Placate nervous compilers that see longer than ints switch()ing. | Jarkko Hietaniemi | 2000-11-13 | 1 | -1/+1 |
* | | fputs() does return EOF on error but here we don't care. | Jarkko Hietaniemi | 2000-11-13 | 1 | -1/+2 |
* | | Declare reg_data like reg_substr_data. | Jarkko Hietaniemi | 2000-11-13 | 1 | -0/+2 |
* | | Typos in #7667. | Jarkko Hietaniemi | 2000-11-13 | 1 | -2/+2 |
* | | Cleanup messy #ifdef. | Jarkko Hietaniemi | 2000-11-13 | 1 | -1/+5 |
* | | [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return | Nicholas Clark | 2000-11-13 | 1 | -1/+1 |
* | | Tweak the definition of the bit complement on UTF-8 data: | Yitzchak Scott-Thoennes | 2000-11-13 | 4 | -15/+74 |
* | | Couple of tests from #7660 salvaged. | Jarkko Hietaniemi | 2000-11-13 | 3 | -55/+11 |
* | | [ID 20001112.007] sfio's sftell isn't ftell | Nicholas Clark | 2000-11-13 | 1 | -1/+1 |
* | | [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure | Nicholas Clark | 2000-11-13 | 3 | -11/+86 |
* | | Document tell() on special streams. | Jarkko Hietaniemi | 2000-11-12 | 1 | -0/+4 |
* | | (Subsumed by #7664) | Jarkko Hietaniemi | 2000-11-12 | 2 | -0/+54 |
* | | Many subdocumented return values of the IO extension now documented. | Nicholas Clark | 2000-11-12 | 1 | -15/+29 |
* | | [ID 20001112.004] man perlfunc omits tell()'s error return | Nicholas Clark | 2000-11-12 | 1 | -3/+3 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-11-12 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.) | Nick Ing-Simmons | 2000-11-12 | 1 | -4/+4 |
| * | Integrate mainline | Nick Ing-Simmons | 2000-11-12 | 43 | -1104/+1989 |
| |\ | |/ |/| |