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