| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -8/+7 |
* | various shenanigans in change#5342 | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+8 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -12/+30 |
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+2 |
* | some rearrangement of the includes for easier "microperl" build; | Gurusamy Sarathy | 2000-02-19 | 1 | -8/+1 |
* | more purification (pp_require() could access free memory; vdie() | Gurusamy Sarathy | 2000-02-13 | 1 | -0/+1 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 1 | -3/+3 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+57 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -1/+22 |
* | cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-05 | 1 | -1/+1 |
* | usethreads build fixups for NeXTstep (as suggested by Hans Mulder) | Gurusamy Sarathy | 2000-01-02 | 1 | -4/+8 |
* | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -3/+3 |
* | bring in basic threads stuff under USE_ITHREADS | Gurusamy Sarathy | 1999-12-23 | 1 | -3/+3 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -2/+2 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -2/+2 |
* | typo | Gurusamy Sarathy | 1999-11-13 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-11 | 1 | -17/+7 |
|\ |
|
| * | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -2/+2 |
| * | more thorough cleanup in perl_destroy() | Gurusamy Sarathy | 1999-11-08 | 1 | -15/+5 |
* | | So many printfs, so little time. | Jarkko Hietaniemi | 1999-11-06 | 1 | -1/+2 |
* | | ...and they are getting fewer. | Jarkko Hietaniemi | 1999-11-06 | 1 | -5/+5 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | macros for COP.cop_filegv access | Gurusamy Sarathy | 1999-11-01 | 1 | -1/+1 |
* | | Incremental Mac integration from Matthias. | Jarkko Hietaniemi | 1999-11-04 | 1 | -31/+3 |
* | | Initial integration of the MacPerl changes form Matthias. | Jarkko Hietaniemi | 1999-11-02 | 1 | -5/+53 |
|/ |
|
* | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -3/+3 |
* | Fix the printfing nits pointed out by using gcc -Wall and | Jarkko Hietaniemi | 1999-10-23 | 1 | -8/+8 |
* | fix POPSTACK panics that ensued from bad interaction between | Gurusamy Sarathy | 1999-10-14 | 1 | -5/+1 |
* | PL_numeric_radix used without being defined (from Ilya | Gurusamy Sarathy | 1999-10-13 | 1 | -2/+0 |
* | remove kludgey duplicate background error avoidance (caused | Gurusamy Sarathy | 1999-10-08 | 1 | -1/+0 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-06 | 1 | -15/+2 |
|\ |
|
| * | Untangle the IV_IS_QUAD jungle by introduding | Jarkko Hietaniemi | 1999-10-02 | 1 | -15/+2 |
* | | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -55/+67 |
|/ |
|
* | off-by-one in fbm_compile() (spotted by John Bley | Gurusamy Sarathy | 1999-09-30 | 1 | -20/+25 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -8/+49 |
* | dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>) | Gurusamy Sarathy | 1999-09-10 | 1 | -15/+3 |
* | Fix UV_SIZEOF to UVSIZE; change the overflow tests | Jarkko Hietaniemi | 1999-09-06 | 1 | -3/+3 |
* | DEBUG_m() adjusted to internalize dTHX | Gurusamy Sarathy | 1999-08-20 | 1 | -4/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-08-20 | 1 | -25/+25 |
|\ |
|
| * | Integrate with Nick. | Jarkko Hietaniemi | 1999-08-16 | 1 | -1/+5 |
| |\ |
|
| * | | Use Pid_t. | Jarkko Hietaniemi | 1999-08-10 | 1 | -7/+7 |
| * | | lexwarn maintenance: new warning class unsafe | Jarkko Hietaniemi | 1999-08-09 | 1 | -18/+18 |
* | | | support USE_THREADS+MULTIPLICITY; source compat tweaks for | Gurusamy Sarathy | 1999-08-20 | 1 | -25/+10 |
| |/
|/| |
|
* | | New lightweight Carp has a require. If Carp is used in a __DIE__ handler | Nick Ing-Simmons | 1999-08-14 | 1 | -1/+5 |
|/ |
|
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-08-02 | 1 | -0/+1 |
|\ |
|
| * | fix coredump under usethreads+debug | Gurusamy Sarathy | 1999-08-02 | 1 | -0/+1 |
* | | Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that | Jarkko Hietaniemi | 1999-08-02 | 1 | -1/+2 |
|/ |
|
* | Simplicate duplicated code. | Jarkko Hietaniemi | 1999-08-01 | 1 | -23/+0 |
* | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 1 | -4/+27 |