summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.Nick Ing-Simmons2001-01-101-1/+1
* Back out Simon's pid hackery for now.Nick Ing-Simmons2001-01-101-3/+1
* Fix my_pclose segfaultSimon Cozens2001-01-101-1/+3
* Re: [ID 20010105.002] close() on process filehandle leaves defunct processRadu Greab2001-01-051-0/+4
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Retract #8261.Jarkko Hietaniemi2000-12-301-8/+6
* (Retracted by #8261). (Unsuccessful memory access tweaks.)Jarkko Hietaniemi2000-12-301-6/+8
* UTF8 output prework.Nick Ing-Simmons2000-12-091-3/+2
* shrink pp_hot fractionallyNicholas Clark2000-12-051-1/+9
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-18/+0
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-5/+0
* Make hex scanning warn on "\x{x}" and "\xx".Jarkko Hietaniemi2000-11-191-6/+11
* Minor tweaks:Nick Ing-Simmons2000-11-161-47/+49
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-161-14/+21
* Locale buglets.Vadim Konovalov2000-11-081-1/+1
* cygwin portFifer, Eric2000-11-071-38/+6
* Locales support (setlocale) fixesVadim Konovalov2000-11-041-10/+55
* Add non-blocking thread doneness checkingDan Sugalski2000-10-251-0/+1
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-3/+3
* Re: [ID 20001009.004] SEGV from sprintf in a thread Hugo van der Sanden2000-10-101-0/+2
* Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) definesJarkko Hietaniemi2000-10-031-3/+3
* Epoc updateOlaf Flebbe2000-10-031-3/+4
* Inside require() $^S was always left undefined.Ilya Zakharevich2000-10-031-1/+1
* The return value of setlocale must be copied away.Alan Burlison2000-09-141-3/+29
* sscanf() may be the only way to read long doubles from strings.Jarkko Hietaniemi2000-08-311-6/+7
* Get -DLEAKTEST to compile (not necessarily to work, mind)Jarkko Hietaniemi2000-08-171-1/+6
* on windows, the return values from wait() and waitpid() don'tGurusamy Sarathy2000-08-161-0/+2
* warn is a macro, avoid using at a variable to avoid warningsGurusamy Sarathy2000-08-101-7/+7
* Double check that we have a dirhandle.Jarkko Hietaniemi2000-08-081-2/+2
* Tiny tidying on report_evil_fh().Jarkko Hietaniemi2000-08-071-8/+8
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-2/+2
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-061-5/+7
* Essential prototype changes were missing from #6527.Jarkko Hietaniemi2000-08-051-9/+16
* [ID 20000724.004] Perl interpreter segfault when using built-in flockRonald F. Guilmette2000-08-051-17/+35
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-1/+1
* rename totally bletcherous SvLOCK() thingy (doesn't do what theGurusamy Sarathy2000-07-141-4/+2
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-9/+10
* integrate cfgperl change#6217 into mainlineGurusamy Sarathy2000-07-111-4/+4
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+34
* Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-1/+8
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-7/+10
* OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-281-1/+1
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-1/+1
* enable propagating exception objects via Perl_croak() in XS codeGurusamy Sarathy2000-05-281-13/+31
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-021-11/+26
|\
| * change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-11/+26
* | Use HUGE_VALL if applicable.Jarkko Hietaniemi2000-05-011-2/+5
|/
* save RE context when calling __WARN__ and __DIE__ hooks;Gurusamy Sarathy2000-03-221-3/+10
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-1/+1
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-8/+7