| Commit message (Expand) | Author | Age | Files | Lines |
* | make comparisons promote to utf8 as necessary (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+4 |
* | provide malloc stats via get_mstats() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+1 |
* | export pregexec(), Tk uses it | Gurusamy Sarathy | 2000-02-01 | 1 | -0/+1 |
* | more exported symbols needed for build on windows | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+32 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -219/+0 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+1 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -0/+3 |
* | change#4721 needed line number adjustments | Gurusamy Sarathy | 1999-12-28 | 1 | -0/+10 |
* | introduce save_I8() for saving byte values | Gurusamy Sarathy | 1999-12-08 | 1 | -0/+1 |
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 1 | -0/+1 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -18/+16 |
* | add a synchronous stub fork() for USE_ITHREADS to prove that a simple | Gurusamy Sarathy | 1999-11-15 | 1 | -0/+3 |
* | cosmetic tweaks | Gurusamy Sarathy | 1999-11-14 | 1 | -4/+6 |
* | preliminary support for GVOP indirection via pad | Gurusamy Sarathy | 1999-11-08 | 1 | -0/+1 |
* | preliminary support for perl_clone() (still needs work in | Gurusamy Sarathy | 1999-11-08 | 1 | -0/+12 |
* | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -1/+0 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -0/+1 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -0/+3 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -0/+5 |
* | Removed duplicated code (in pp.c and mg.c) by introducing | Jarkko Hietaniemi | 1999-08-19 | 1 | -0/+1 |
* | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 1 | -0/+1 |
* | allow arrow omission in $foo[10]->('foo') etc. (but not in | Stephen McCamant | 1999-07-26 | 1 | -1/+0 |
* | Segfaults if $^P | Ilya Zakharevich | 1999-07-17 | 1 | -0/+1 |
* | make system() return -1 and set $! if exec of child failed | Ilya Zakharevich | 1999-07-17 | 1 | -0/+1 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -1/+17 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -3/+0 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+18 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+2 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -6/+12 |
* | Fixed two long-standing locale bugs. | Jarkko Hietaniemi | 1999-06-17 | 1 | -0/+2 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -179/+190 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -582/+613 |
* | clean up some stray "global" symbols | Gurusamy Sarathy | 1999-06-04 | 1 | -42/+11 |
* | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 1 | -2/+0 |
* | Still fflushing strong. | Jarkko Hietaniemi | 1999-05-13 | 1 | -0/+1 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -3/+0 |
* | gutsupport for C++ exceptions | Chip Salzenberg | 1999-05-11 | 1 | -0/+1 |
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+2 |
* | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no) | Ilya Zakharevich | 1999-05-10 | 1 | -0/+1 |
* | grow PL_tmps_stack more efficiently; make it more amenable to | Gurusamy Sarathy | 1999-04-03 | 1 | -0/+1 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -0/+1 |
* | remove bogus symbols from global.sym | Gurusamy Sarathy | 1999-03-08 | 1 | -30/+0 |
* | provide SvPV_nolen(sv) to avoid use of PL_na | Jan Dubois | 1999-02-14 | 1 | -0/+2 |
* | make safesysmalloc() etc., always available; safemalloc() et al are | Gurusamy Sarathy | 1999-02-08 | 1 | -4/+4 |
* | various tweaks for clean build and test on win32 | Gurusamy Sarathy | 1999-01-17 | 1 | -1/+0 |
* | change#2572 is not applicable; undo, retaining scan_bin addition | Gurusamy Sarathy | 1999-01-17 | 1 | -2/+0 |
* | Based on | Jan Dubois | 1999-01-06 | 1 | -0/+3 |
* | Initial VMS patches | Hans Mulder | 1998-12-03 | 1 | -0/+1 |
* | regcolors | Ilya Zakharevich | 1998-11-28 | 1 | -0/+1 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 1 | -3/+13 |