| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -0/+12 |
* | Integer overflow iteration. | Jarkko Hietaniemi | 1999-07-31 | 1 | -4/+16 |
* | Hack the "integer overflow" code some more. | Jarkko Hietaniemi | 1999-07-31 | 1 | -23/+6 |
* | Repent and make overly large integerish | Jarkko Hietaniemi | 1999-07-29 | 1 | -52/+121 |
* | Minuscule cleanup of the integer overflow patch. | Jarkko Hietaniemi | 1999-07-27 | 1 | -4/+3 |
* | Integer constants (0x, 0[0-7], 0b) now overflow fatally, | Jarkko Hietaniemi | 1999-07-27 | 1 | -37/+86 |
* | don't display tid from main thread (or testsuite breaks) | Gurusamy Sarathy | 1999-07-19 | 1 | -1/+2 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-18 | 1 | -1/+5 |
|\ |
|
| * | display thread id in diagnostics (suggested by Dan Sugalski) | Gurusamy Sarathy | 1999-07-18 | 1 | -0/+3 |
| * | File descriptor leak in do_exec3 | Ilya Zakharevich | 1999-07-17 | 1 | -1/+2 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-13 | 1 | -34/+61 |
|\ \
| |/ |
|
| * | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -6/+6 |