| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document the final sigma spot. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+19 |
* | Fix multicharacter titlecase (ucfirst). | Jarkko Hietaniemi | 2001-10-23 | 3 | -18/+34 |
* | one more touch on File::Temp | Mikhail Zabaluev | 2001-10-23 | 1 | -34/+2 |
* | MacOS Classic updates from Pudge. | Jarkko Hietaniemi | 2001-10-23 | 2 | -84/+80 |
* | AutoSplit.t now passes (partialy) on Win32 | Nikola Knezevic | 2001-10-22 | 1 | -11/+15 |
* | At some point the #6234 has been lost from the mainline | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+2 |
* | Cygwin seems to round up (or closest, but not down) | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+3 |
* | MacOS Classic timeofday(), from Chris Nandor. | Jarkko Hietaniemi | 2001-10-22 | 1 | -0/+35 |
* | Integrate changes #12580 and #12581 from macperl; | Jarkko Hietaniemi | 2001-10-22 | 2 | -3/+4 |
* | No domainname(1) in Cygwin, either, and the 2>/dev/null | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | Taint the getcwd() result also in Cygwin. | Jarkko Hietaniemi | 2001-10-22 | 1 | -0/+3 |
* | Pretty hard for eval { setpwent(); getpwent(); 1 } to return false. | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | getpwuid() fragility continues. | Jarkko Hietaniemi | 2001-10-22 | 1 | -6/+8 |
* | getpwuid() might succeed but that's no guarantee | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+1 |
* | It's safer to to expand the variable, too... (see #12571) | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+3 |
* | configure.com: no threads/shared without ithreads | Craig A. Berry | 2001-10-22 | 1 | -1/+5 |
* | A user might belong to only a single group | Jarkko Hietaniemi | 2001-10-22 | 1 | -1/+9 |
* | Prepending (instead of replacing with) the pwd is safer. | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+3 |
* | Be more robust if no hostname or domainname | Jarkko Hietaniemi | 2001-10-22 | 1 | -4/+5 |
* | Flush IO buffers before starting a thread, this mimics fork and seems like a ... | Artur Bergman | 2001-10-22 | 1 | -1/+1 |
* | Update Changes. | Jarkko Hietaniemi | 2001-10-22 | 2 | -1/+221 |
* | Undeprecating $] | Michael G. Schwern | 2001-10-22 | 1 | -4/+3 |
* | Pod nits, as suggested by Stas Bekman. | Jarkko Hietaniemi | 2001-10-22 | 2 | -31/+19 |
* | Fix for FETCH/NEXTKEY problem in all *DB*_File modules | Paul Marquess | 2001-10-22 | 13 | -12/+296 |
* | Integrate change #12559 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 1 | -13/+100 |
* | Integrate change #12560 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+4 |
* | Integrate changes #12549 and #12550 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 3 | -7/+68 |
* | Integrate ithreads buffer flush fix from perlio | Nick Ing-Simmons | 2001-10-22 | 2 | -5/+10 |
|\ |
|
| * | All tests pass (legitimately) on ithreads | Nick Ing-Simmons | 2001-10-22 | 2 | -5/+10 |
* | | Integrate non-ithreads fix to mainline | Nick Ing-Simmons | 2001-10-22 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Restore non-ithreads build. Interestingly binmode test passes | Nick Ing-Simmons | 2001-10-22 | 1 | -1/+3 |
* | | Integrate from perlio; restructuring. | Jarkko Hietaniemi | 2001-10-21 | 11 | -168/+224 |
|\ \
| |/ |
|
| * | Win32 PerlIO_cleanup special cases should no longer be required. | Nick Ing-Simmons | 2001-10-21 | 1 | -10/+0 |
| * | Multiple win32io.o is fatal for GCC (and noise with VC++) | Nick Ing-Simmons | 2001-10-21 | 1 | -1/+1 |
| * | Convert rest of PerlIO's memory tables to per-interp and add clone functions | Nick Ing-Simmons | 2001-10-21 | 8 | -88/+103 |
| * | PerlIO layer table as PL_perlio (per-interpreter) | Nick Ing-Simmons | 2001-10-21 | 8 | -63/+94 |
| * | Fix typos in new locking on MemShared | Nick Ing-Simmons | 2001-10-20 | 2 | -5/+7 |
| * | Remove the MemShared re-#define (again) | Nick Ing-Simmons | 2001-10-20 | 1 | -5/+0 |
| * | Use locks on MemShared | Nick Ing-Simmons | 2001-10-20 | 1 | -14/+35 |
| * | Integrate mainline | Nick Ing-Simmons | 2001-10-20 | 48 | -674/+1437 |
| |\ |
|
* | | | Implement multicharacter case mappings where a single | Jarkko Hietaniemi | 2001-10-21 | 16 | -413/+508 |
* | | | First support of threads::shared, support shared svs and references. | Artur Bergman | 2001-10-21 | 8 | -7/+458 |
* | | | Prettyprinting. | Jarkko Hietaniemi | 2001-10-21 | 1 | -125/+129 |
* | | | perlpodspec and perlpod rewrite, draft 3 "final" | Sean M. Burke | 2001-10-21 | 6 | -219/+2511 |
* | | | [REPATCH installhtml] Re: installhtml needs a good beating out | chromatic | 2001-10-20 | 1 | -18/+16 |
| |/
|/| |
|
* | | Update Changes. | Jarkko Hietaniemi | 2001-10-20 | 2 | -1/+296 |
* | | Upgrade to podlators 1.11, from Russ Allbery. | Jarkko Hietaniemi | 2001-10-20 | 7 | -35/+104 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-10-20 | 4 | -48/+64 |
|\ \
| |/ |
|
| * | Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() | Nick Ing-Simmons | 2001-10-20 | 4 | -48/+64 |
* | | Update to Getopt::Long 2.26_02, from Johan Vromans. | Jarkko Hietaniemi | 2001-10-20 | 3 | -245/+333 |