Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 |
|\ \ | |/ | |||||
| * | Add HAS_FSYNC, lack noticed by Nicholas Clark. | Jarkko Hietaniemi | 2000-11-12 | 15 | -5/+58 |
| * | Copy the s// information of README.hpux also to the perlrun. | Jarkko Hietaniemi | 2000-11-11 | 2 | -8/+22 |
| * | More README.solaris updates from Andy Dougherty. | Jarkko Hietaniemi | 2000-11-11 | 1 | -8/+9 |
| * | More descriptive error for unknown perlio layers. | Dominic Dunlop | 2000-11-11 | 2 | -1/+10 |
| * | MachTen doesn't really do mmap() and munmap(). | Dominic Dunlop | 2000-11-11 | 1 | -0/+10 |
| * | fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch | Robert Spier | 2000-11-11 | 2 | -2/+2 |
| * | Add getpagesize() probing, on non-UNIX guess 'undef'. | Jarkko Hietaniemi | 2000-11-11 | 16 | -6/+60 |
| * | Use sysconf() or getpagesize() to find out the pagesize. | Jarkko Hietaniemi | 2000-11-11 | 1 | -1/+34 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2000-11-11 | 1 | -15/+49 |
| |\ | |/ |/| | |||||
* | | Fixup mmap layer by doing mmap() calls on pagesize boundaries. | Nick Ing-Simmons | 2000-11-11 | 1 | -15/+49 |
* | | Integrate mainline. | Nick Ing-Simmons | 2000-11-10 | 6 | -1336/+1358 |
|\ \ | |||||
* \ \ | Integrate mainline. | Nick Ing-Simmons | 2000-11-09 | 88 | -517/+1634 |
|\ \ \ | |||||
| | | * | Re: [PATCH] README.solaris | Lupe Christoph | 2000-11-11 | 1 | -35/+81 |
| | | * | cygwin port | Eric Fifer | 2000-11-11 | 2 | -9/+7 |
| | | * | Add more encoding tables. | Jarkko Hietaniemi | 2000-11-11 | 9 | -0/+168 |
| | | * | README.solaris | Andy Dougherty | 2000-11-10 | 7 | -1072/+1388 |
| | | * | Update Changes. | Jarkko Hietaniemi | 2000-11-10 | 2 | -1/+179 |
| | | * | Explain better why certain regex tests are skipped. | Lupe Christoph | 2000-11-10 | 1 | -3/+8 |
| | |/ | |||||
| | * | Re-instate stdio large file support via perlio. | Nick Ing-Simmons | 2000-11-10 | 1 | -0/+9 |
| | * | Amdahl UTS hints updates. | Hal Morris | 2000-11-10 | 1 | -4/+18 |
| | * | IO::Seekable pod | Nicholas Clark | 2000-11-09 | 0 | -0/+0 |
| | * | Various doc oddball characters. | Michael Somos | 2000-11-09 | 3 | -1331/+1330 |
| | * | Re: bash -c exit and linux hints | John P. Linderman | 2000-11-09 | 1 | -1/+1 |
| |/ | |||||
| * | Missing dTHXs. | Eric Fifer | 2000-11-09 | 1 | -0/+3 |
| * | Disable only the tests 99 and 166 for UTF-8 locales. | Jarkko Hietaniemi | 2000-11-09 | 1 | -4/+9 |
| * | There's no =head3. | Jarkko Hietaniemi | 2000-11-09 | 1 | -2/+2 |
| * | The generated boot_* headers are wrong. Pickier compiler, | Harri Pasanen | 2000-11-09 | 1 | -1/+1 |
| * | updates to Porting/pumpkin.pod | Prymmer/Kahn | 2000-11-09 | 1 | -13/+28 |