summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-1/+22
* cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-051-1/+1
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-4/+8
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-3/+3
* bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-3/+3
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-2/+2
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-2/+2
* typoGurusamy Sarathy1999-11-131-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-17/+7
|\
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-2/+2
| * more thorough cleanup in perl_destroy()Gurusamy Sarathy1999-11-081-15/+5
* | So many printfs, so little time.Jarkko Hietaniemi1999-11-061-1/+2
* | ...and they are getting fewer.Jarkko Hietaniemi1999-11-061-5/+5
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+1
|\ \ | |/
| * macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-1/+1
* | Incremental Mac integration from Matthias.Jarkko Hietaniemi1999-11-041-31/+3
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-5/+53
|/
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-3/+3
* Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-8/+8
* fix POPSTACK panics that ensued from bad interaction betweenGurusamy Sarathy1999-10-141-5/+1
* PL_numeric_radix used without being defined (from IlyaGurusamy Sarathy1999-10-131-2/+0
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-081-1/+0
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-15/+2
|\
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-15/+2
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-55/+67
|/
* off-by-one in fbm_compile() (spotted by John BleyGurusamy Sarathy1999-09-301-20/+25
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-8/+49
* dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy1999-09-101-15/+3
* Fix UV_SIZEOF to UVSIZE; change the overflow testsJarkko Hietaniemi1999-09-061-3/+3
* DEBUG_m() adjusted to internalize dTHXGurusamy Sarathy1999-08-201-4/+2
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-201-25/+25
|\
| * Integrate with Nick.Jarkko Hietaniemi1999-08-161-1/+5
| |\
| * | Use Pid_t.Jarkko Hietaniemi1999-08-101-7/+7
| * | lexwarn maintenance: new warning class unsafeJarkko Hietaniemi1999-08-091-18/+18
* | | support USE_THREADS+MULTIPLICITY; source compat tweaks forGurusamy Sarathy1999-08-201-25/+10
| |/ |/|
* | New lightweight Carp has a require. If Carp is used in a __DIE__ handlerNick Ing-Simmons1999-08-141-1/+5
|/
* Integrate with Sarathy.Jarkko Hietaniemi1999-08-021-0/+1
|\
| * fix coredump under usethreads+debugGurusamy Sarathy1999-08-021-0/+1
* | Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so thatJarkko Hietaniemi1999-08-021-1/+2
|/
* Simplicate duplicated code.Jarkko Hietaniemi1999-08-011-23/+0
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-4/+27
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-0/+12
* Integer overflow iteration.Jarkko Hietaniemi1999-07-311-4/+16
* Hack the "integer overflow" code some more.Jarkko Hietaniemi1999-07-311-23/+6
* Repent and make overly large integerishJarkko Hietaniemi1999-07-291-52/+121
* Minuscule cleanup of the integer overflow patch.Jarkko Hietaniemi1999-07-271-4/+3
* Integer constants (0x, 0[0-7], 0b) now overflow fatally,Jarkko Hietaniemi1999-07-271-37/+86
* don't display tid from main thread (or testsuite breaks)Gurusamy Sarathy1999-07-191-1/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-181-1/+5
|\
| * display thread id in diagnostics (suggested by Dan Sugalski)Gurusamy Sarathy1999-07-181-0/+3