This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Added Test for CGI::Fast
[perl5.git] / util.c
2001-09-04 Jarkko HietaniemiFix Cwd::getcwd() not being tainted, as noticed
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-01 Simon CozensPluggable optimizer
2001-07-23 Craig A. Berryutil.c: return required in Perl_my_fork
2001-07-20 Gurusamy SarathyMake perl fork()-safe (in a slightly limited way) even on
2001-07-12 Paul JohnsonMore accurate line numbers in messages
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Gurusamy Sarathyfix the binary compatibility issue when building with...
2001-07-03 Andy DoughertyRe: POINTERRIGOR
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-29 Richard SoderbergFixes compile errors in four files
2001-06-26 Jarkko HietaniemiDJGPP patches from Laszlo Molnar.
2001-06-22 Nick Ing-SimmonsPatcho fix.
2001-06-22 Jarkko HietaniemiDetypo.
2001-06-22 Doug MacEachernRe: Automated smoke report for patch 10764 (truncated)
2001-06-21 Jarkko HietaniemiOff-by-one. I'm so classic.
2001-06-20 Jarkko HietaniemiReplace our implementation of realpath() with OpenBSD's
2001-06-20 Jarkko HietaniemiNo point in going into memory-saving contortions
2001-06-20 Jarkko HietaniemiAfter some reading I don't think we can blindly
2001-06-19 Abhijit Menon-Sens/typos//
2001-06-19 Hugo van der SandenRe: [ID 20010618.006] some end-anchored regexps hang...
2001-06-16 Jarkko Hietaniemi-Wall strays.
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-14 Nick Ing-SimmonsIntegrate mainline
2001-06-13 Hugo van der Sandensplitting util.c
2001-06-13 Craig A. BerryRe: hacking util.c, attrs.xs, and re.xs to compile...
2001-06-13 Jarkko HietaniemiVMS DEC C compiler found nits by Peter Prymmer.
2001-06-13 Andy DoughertySmall bcopy cleanup
2001-06-12 Jarkko HietaniemiMPE/iX tweaks from Mark Bixby.
2001-06-12 Jarkko Hietaniemigcc -Wall nits picked out by a non-UNIX system
2001-06-10 Jarkko HietaniemiMove the grok_number and its lieutenant grok_numeric_radix
2001-06-10 Nick Ing-SimmonsIntegrate mainline
2001-06-10 Jarkko HietaniemiDo locale specific separator if only in locale.
2001-06-09 Jarkko HietaniemiNumeric conversion tweaks suggested by Hugo and Nicholas.
2001-06-05 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-05 Prymmer/KahnRe: Not OK: perl@10439 on win32
2001-06-03 Jarkko HietaniemiIntegrate change #10412 from maintperl; locale is now
2001-06-03 Jarkko HietaniemiUnused variables.
2001-06-03 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-06-02 Nick Ing-SimmonsTweak util.c's atof2 for MULTIPLICITY
2001-06-01 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Jarkko HietaniemiConfigure tweaks; record the Berkeley DB version,
2001-06-01 Doug MacEachern[patch] Cwd.xs optimizations/abstraction
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Philip NewtonRe: [PATCH util.c] More warning cleanups.
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-24 Jarkko HietaniemiIV/UV casting fixes from Nicholas Clark.
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-17 Jarkko HietaniemiMacrofy the getspecific (and use it also in util.c)
2001-05-17 Dan SugalskiQuick thread speedup
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-25 Jarkko HietaniemiThe tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko HietaniemiFix for 20010219.013, "perlio perl -we tell goes SEGV".
2001-04-19 Jarkko HietaniemiThe new time utils need to be thread-aware, too.
2001-04-19 Jarkko HietaniemiMove the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko HietaniemiMove the init_tm() and mini_mktime() up from POSIX...
2001-04-05 Jarkko HietaniemiRetract changes #9542 and #9538 (from maintperl, integrated
2001-04-04 Jarkko HietaniemiMake the stdio tricks of fflush_all() to exist only if
2001-04-04 Jarkko HietaniemiIntegrate changes #9538,9539 from maintperl into mainline.
2001-03-22 Nick Ing-SimmonsImplement open($fh,"-|",prog,args...) for HAS_FORK...
2001-03-22 Nick Ing-SimmonsDie on n-arg open(...,"",xxx,yyy,...)
2001-02-23 Jarkko HietaniemiAbolish USE_WIN32_RTL_ENV.
2001-02-20 Jarkko HietaniemiIntegrate changes #8853,8854 from maintperl to mainline.
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-14 Jarkko HietaniemiDon't skip too much of the locale error message if...
2001-02-13 Jarkko Hietaniemienviron array wrongly assumed in Perl_init_i18nl10n(),
2001-02-13 Jarkko HietaniemiMerge ebcdic.c (only one function, ebcdic_control(...
2001-02-08 Charles BaileySYN SYN
2001-01-30 Jarkko HietaniemiFix for the fa_IR locale failure. The reason for the...
2001-01-24 Charles BaileySYN SYN
2001-01-17 Nick Ing-Simmons"Safe" signals - trial implementation.
2001-01-16 Jarkko HietaniemiUnder 5.005 threads and debugging crashed in Debian...
2001-01-10 Nick Ing-SimmonsSafe fix for Simon's pclose() doing SvIVX of undef...
2001-01-10 Nick Ing-SimmonsBack out Simon's pid hackery for now.
2001-01-10 Simon CozensFix my_pclose segfault
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-05 Radu GreabRe: [ID 20010105.002] close() on process filehandle...
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Jarkko HietaniemiRetract #8261.
2000-12-30 Jarkko Hietaniemi(Retracted by #8261). (Unsuccessful memory access tweaks.)
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-12-05 Nicholas Clarkshrink pp_hot fractionally
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-19 Jarkko HietaniemiMake hex scanning warn on "\x{x}" and "\xx".
2000-11-16 Nick Ing-SimmonsMinor tweaks:
2000-11-16 Jarkko HietaniemiAdd fwalk() probe to the configuration files and regen...
2000-11-08 Vadim KonovalovLocale buglets.
2000-11-07 Fifer, Ericcygwin port
2000-11-04 Nick Ing-SimmonsIntegrate mainline again
2000-11-04 Vadim KonovalovLocales support (setlocale) fixes
2000-10-25 Dan SugalskiAdd non-blocking thread doneness checking
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles BaileySYN SYN
2000-10-10 Hugo van der SandenRe: [ID 20001009.004] SEGV from sprintf in a thread
2000-10-03 Jarkko HietaniemiIntroduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY)...
2000-10-03 Olaf FlebbeEpoc update
2000-10-03 Ilya ZakharevichInside require() $^S was always left undefined.
2000-09-14 Alan BurlisonThe return value of setlocale must be copied away.
next