summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |\