summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* sscanf() may be the only way to read long doubles from strings.Jarkko Hietaniemi2000-08-311-6/+7
* Get -DLEAKTEST to compile (not necessarily to work, mind)Jarkko Hietaniemi2000-08-171-1/+6
* on windows, the return values from wait() and waitpid() don'tGurusamy Sarathy2000-08-161-0/+2
* warn is a macro, avoid using at a variable to avoid warningsGurusamy Sarathy2000-08-101-7/+7
* Double check that we have a dirhandle.Jarkko Hietaniemi2000-08-081-2/+2
* Tiny tidying on report_evil_fh().Jarkko Hietaniemi2000-08-071-8/+8
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-2/+2
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-061-5/+7
* 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