summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [ID 20010529.006] String plus zero inconsistent across platformsHugo van der Sanden2001-06-011-4/+71
* Configure tweaks; record the Berkeley DB version,Jarkko Hietaniemi2001-06-011-4/+51
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-0/+266
* Re: [PATCH util.c] More warning cleanups.Philip Newton2001-05-311-7/+16
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-10/+10
* IV/UV casting fixes from Nicholas Clark.Jarkko Hietaniemi2001-05-241-56/+50
* [LARGE!] symbolic magicDave Mitchell2001-05-201-5/+5
* Macrofy the getspecific (and use it also in util.c)Jarkko Hietaniemi2001-05-171-7/+3
* Quick thread speedupDan Sugalski2001-05-171-4/+8
* Change PL_numeric_radix to PL_numeric_radix_sv (and leave inJarkko Hietaniemi2001-04-301-6/+6
* The tzname[] bit is not needed by util.c -- and causesJarkko Hietaniemi2001-04-251-10/+0
* Fix for 20010219.013, "perlio perl -we tell goes SEGV".Jarkko Hietaniemi2001-04-241-3/+4
* The new time utils need to be thread-aware, too.Jarkko Hietaniemi2001-04-191-3/+3
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-191-0/+66
* Move the init_tm() and mini_mktime() up from POSIX.xs to util.cJarkko Hietaniemi2001-04-181-0/+237
* 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