summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* microperl tweaks.Jarkko Hietaniemi2002-03-241-4/+4
* Purify: Array bounds read: reading one byte before the buffer.Jarkko Hietaniemi2002-03-231-1/+1
* Even better version from Olaf Flebbe.Jarkko Hietaniemi2002-03-221-1/+1
* EPOC update from Olaf Flebbe.Jarkko Hietaniemi2002-03-221-5/+6
* return at the wrong side of #endif.Jarkko Hietaniemi2002-03-181-1/+2
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-11/+0
* more warnings tidyupPaul Marquess2002-03-111-7/+7
* Renaming tweaks, and split off the reentrant "superbuffer"Jarkko Hietaniemi2002-03-101-0/+9
* Retract #14985, #14899, and #14990, following the principlesJarkko Hietaniemi2002-03-071-37/+0
* Use HAS_TM_TM_ZONE (from #15065). Should helpJarkko Hietaniemi2002-03-061-9/+11
* Attempt at portability.Jarkko Hietaniemi2002-03-041-5/+9
* sv_cmp and friendsIlya Zakharevich2002-03-041-0/+33
* EBCDIC: the v-string components cannot exceed 2147483647.Jarkko Hietaniemi2002-03-031-20/+24
* Tied STDERR should catch messages from warn() and die()Audrey Tang2002-02-171-0/+16
* CopFILE / MacPerl_MPWFileNameChris Nandor2002-02-081-1/+1
* Integrate mainlineNick Ing-Simmons2002-01-251-1/+1
* Integrate mainlineNick Ing-Simmons2002-01-201-1/+7
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-0/+49
* Split out core of sv_magic() into sv_magicext().Nick Ing-Simmons2002-01-181-3/+10
* const-ness fix in savepv's passing of NULLNick Ing-Simmons2002-01-151-3/+3
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-4/+26
* If we do have socketpair(), make my_socketpair()Jarkko Hietaniemi2002-01-041-0/+9
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+11
* Win32 stuff:Nick Ing-Simmons2001-12-301-22/+26
* VOS tweaks from Paul Green.Jarkko Hietaniemi2001-12-291-0/+6
* Pod whitespace cleanup, round 0. coral@eekeek.org2001-12-291-2/+2
* socketpair tweaks from Nicholas Clark.Jarkko Hietaniemi2001-12-291-3/+5
* Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)Nicholas Clark2001-12-261-3/+3
* No AF_UNIX in BeOS.Jarkko Hietaniemi2001-12-261-1/+5
* Re: Not OK 13881John Peacock2001-12-251-0/+19
* socketpair emulationNicholas Clark2001-12-231-0/+221
* OS/2 buildIlya Zakharevich2001-12-191-0/+3
* alarm.t with -Uuseperlio fixNick Ing-Simmons2001-12-191-2/+2
* Fix for alarm() breaking into wait*().Nick Ing-Simmons2001-12-171-6/+9
* Various small nits found by DJGPP build.Jarkko Hietaniemi2001-12-021-1/+1
* change#3373 introduced a handle leak in backticks and piped open()sGurusamy Sarathy2001-11-251-0/+2
* $$ readonly, take twoMichael G. Schwern2001-11-251-1/+4
* v-strings as Objects Step 1John Peacock2001-11-151-0/+73
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* [patch] my_setenv speedup + fixesDoug MacEachern2001-11-101-11/+32
* Integrate change #12752 from maintperl;Jarkko Hietaniemi2001-10-291-0/+3
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-1/+2
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-4/+4
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-2/+1
* Fix Cwd::getcwd() not being tainted, as noticedJarkko Hietaniemi2001-09-041-0/+4
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-11/+11
* Pluggable optimizerSimon Cozens2001-08-011-0/+2
* util.c: return required in Perl_my_forkCraig A. Berry2001-07-231-0/+1
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-15/+51
* More accurate line numbers in messagesPaul Johnson2001-07-121-2/+45