summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Retract changes #9542 and #9538 (from maintperl, integratedJarkko Hietaniemi2001-04-051-31/+17
* Make the stdio tricks of fflush_all() to exist only ifJarkko Hietaniemi2001-04-041-18/+22
* Integrate changes #9538,9539 from maintperl into mainline.Jarkko Hietaniemi2001-04-041-1/+11
* Implement open($fh,"-|",prog,args...) for HAS_FORK cases.Nick Ing-Simmons2001-03-221-0/+118
* Die on n-arg open(...,"",xxx,yyy,...)Nick Ing-Simmons2001-03-221-3/+10
* Abolish USE_WIN32_RTL_ENV.Jarkko Hietaniemi2001-02-231-43/+0
* Integrate changes #8853,8854 from maintperl to mainline.Jarkko Hietaniemi2001-02-201-0/+3
* Don't skip too much of the locale error message if no environ array,Jarkko Hietaniemi2001-02-141-2/+7
* environ array wrongly assumed in Perl_init_i18nl10n(),Jarkko Hietaniemi2001-02-131-2/+2
* Merge ebcdic.c (only one function, ebcdic_control()) into util.c.Jarkko Hietaniemi2001-02-131-0/+37
* Fix for the fa_IR locale failure. The reason for the failureJarkko Hietaniemi2001-01-301-5/+12
* "Safe" signals - trial implementation.Nick Ing-Simmons2001-01-171-0/+4
* Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86Jarkko Hietaniemi2001-01-161-2/+2
* 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