summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* integrate cfgperl change#6217 into mainlineGurusamy Sarathy2000-07-111-4/+4
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+34
* Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-1/+8
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-7/+10
* OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-281-1/+1
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-1/+1
* enable propagating exception objects via Perl_croak() in XS codeGurusamy Sarathy2000-05-281-13/+31
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-021-11/+26
|\
| * change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-11/+26
* | Use HUGE_VALL if applicable.Jarkko Hietaniemi2000-05-011-2/+5
|/
* save RE context when calling __WARN__ and __DIE__ hooks;Gurusamy Sarathy2000-03-221-3/+10
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-1/+1
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-8/+7
* various shenanigans in change#5342Gurusamy Sarathy2000-02-291-0/+8
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-12/+30
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-0/+2
* some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-8/+1
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-0/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-061-3/+3
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+57
* 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