| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -40/+0 |
* | PL_malloc_mutex needs to be global, not per-interpreter | Gurusamy Sarathy | 1999-10-17 | 1 | -2/+2 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -0/+4 |
* | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -0/+2 |
* | (Was: deprecating SIGDIE) | Kurt D. Starsinic | 1999-09-30 | 1 | -2/+0 |
* | add arenas for managing allocations of remaining xpv*v structures | Vishal Bhatia | 1999-09-20 | 1 | -0/+16 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -0/+14 |
* | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -4/+4 |
* | various fixups for windows | Gurusamy Sarathy | 1999-09-07 | 1 | -2/+0 |
* | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -0/+4 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -0/+4 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -0/+22 |
* | Removed duplicated code (in pp.c and mg.c) by introducing | Jarkko Hietaniemi | 1999-08-19 | 1 | -0/+4 |
* | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 1 | -0/+10 |
* | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 1 | -0/+4 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -0/+8 |
* | allow arrow omission in $foo[10]->('foo') etc. (but not in | Stephen McCamant | 1999-07-26 | 1 | -4/+0 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -0/+4 |
* | Segfaults if $^P | Ilya Zakharevich | 1999-07-17 | 1 | -0/+4 |
* | make system() return -1 and set $! if exec of child failed | Ilya Zakharevich | 1999-07-17 | 1 | -0/+4 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -404/+473 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -544/+525 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+88 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+14 |
* | AIX threaded build, plus few more on the side. | Jarkko Hietaniemi | 1999-07-05 | 1 | -2/+0 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -1005/+3033 |
* | Fixed two long-standing locale bugs. | Jarkko Hietaniemi | 1999-06-17 | 1 | -0/+8 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -2/+0 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -4/+0 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -2417/+2091 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -1916/+1972 |
* | clean up some stray "global" symbols | Gurusamy Sarathy | 1999-06-04 | 1 | -0/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-06-02 | 1 | -16/+0 |
|\ |
|
| * | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 1 | -18/+0 |
| * | Cures for _57 in AIX 4.1.5.0. | Jarkko Hietaniemi | 1999-05-25 | 1 | -0/+2 |
* | | fix memory leak in C<eval 'return sub {...}'> | Gurusamy Sarathy | 1999-05-31 | 1 | -0/+2 |
|/ |
|
* | REx engine improvements | Ilya Zakharevich | 1999-05-25 | 1 | -0/+4 |
* | remove vestiges of PL_last_proto | Gurusamy Sarathy | 1999-05-24 | 1 | -2/+0 |
* | redo change#2061 and parts of change#1169 with code in the | Gurusamy Sarathy | 1999-05-24 | 1 | -0/+2 |
* | Still fflushing strong. | Jarkko Hietaniemi | 1999-05-13 | 1 | -0/+2 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -10/+14 |
* | gutsupport for C++ exceptions | Chip Salzenberg | 1999-05-11 | 1 | -0/+4 |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+8 |
* | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no) | Ilya Zakharevich | 1999-05-10 | 1 | -0/+2 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 1 | -0/+2 |
* | grow PL_tmps_stack more efficiently; make it more amenable to | Gurusamy Sarathy | 1999-04-03 | 1 | -2/+2 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -2/+2 |
* | remove bogus symbols from global.sym | Gurusamy Sarathy | 1999-03-08 | 1 | -60/+0 |
* | provide SvPV_nolen(sv) to avoid use of PL_na | Jan Dubois | 1999-02-14 | 1 | -0/+4 |
* | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+2 |