summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-42/+31
* support win32_putenv()Gurusamy Sarathy1999-02-121-15/+10
* make safesysmalloc() etc., always available; safemalloc() et al areGurusamy Sarathy1999-02-081-24/+38
* Show LANGUAGE env var when needed. (Augment change #2645).Jarkko Hietaniemi1999-01-191-0/+11
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-1/+1
* REV2: Binary number supportWilson P. Snyder II1998-12-311-0/+23
* Slight recoding of util.c:repeatcpy() to circumnavigateJarkko Hietaniemi1998-12-221-2/+2
* Integrate from mainperl.Jarkko Hietaniemi1998-12-081-1/+1
|\
| * fix outdated/incorrect info about arbitrary limitsGurusamy Sarathy1998-12-061-1/+1
* | Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)Hans Mulder1998-12-071-0/+2
* | Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.Jarkko Hietaniemi1998-12-011-18/+22
|\ \ | |/
| * integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-291-1/+2
| |\
| * | various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-17/+22
* | | Undo #2395, seems more like a problem in netbsd-current.Jarkko Hietaniemi1998-11-301-1/+1
| |/ |/|
* | Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.Jarkko Hietaniemi1998-11-291-1/+2
|/
* Locale collation, ctype, and numeric, were initialized wrongIlya Sandler1998-11-281-34/+22
* mess_sv tweak for change#2249Gurusamy Sarathy1998-11-191-0/+3
* use PL_mess_sv only during global destruction (fixes problems withGurusamy Sarathy1998-11-181-8/+9
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-0/+101
* s/sv_upgrade/SvUPGRADE/ a couple of placesGurusamy Sarathy1998-11-041-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-40/+23
* disallow 'x' in hex numbers (except leading '0x')Gisle Aas1998-10-251-1/+1
* OLD_PTHREADS_API reorganizing.Jarkko Hietaniemi1998-10-201-2/+2
* The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-171-3/+3
* fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mhGurusamy Sarathy1998-10-061-2/+5
* Cumulative OS/2-related patchIlya Zakharevich1998-10-061-2/+8
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-3/+3
* index() applied BM optimization to wrong argumentLarry Wall1998-09-051-1/+2
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-3/+8
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-4/+91
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-14/+6
|\
| * tweaked version of suggested patchIlya Zakharevich1998-08-021-14/+6
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-6/+14
|/
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-9/+9
* PL_ minir tidy upNick Ing-Simmons1998-07-191-11/+11
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-1/+1
* Merge latest mainlineNick Ing-Simmons1998-07-181-12/+12
|\
| * fix yet another USE_THREADS leak due to failure to free stacksGurusamy Sarathy1998-07-181-1/+1
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-52/+52
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-112/+112
|/
* fix $/ init for multiple interpreters/threadsGurusamy Sarathy1998-07-181-1/+1
* fix missing init that caused RE alternations to fail underGurusamy Sarathy1998-07-181-0/+1
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+12
* Allow $SIG{CHLD}='IGNORE' to work on SolarisChip Salzenberg1998-07-091-0/+8
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-3/+3
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-1/+1
* catch nonexistent backrefs in REsHugo van der Sanden1998-07-041-2/+2
* PUSHSTACK renovationJoshua Pritikin1998-06-281-6/+6
* make find_script() return saved string, reenable missing diagnosticsGurusamy Sarathy1998-06-261-8/+11
* eliminate use of tokenbuf in util.cGurusamy Sarathy1998-06-221-25/+27