| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+12 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -0/+2 |
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+4 |
* | support for version vectors in UNIVERSAL::VERSION(), so that | Gurusamy Sarathy | 2000-02-26 | 1 | -0/+4 |
* | fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS | Gurusamy Sarathy | 2000-02-25 | 1 | -1/+0 |
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+6 |
* | make comparisons promote to utf8 as necessary (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+16 |
* | provide malloc stats via get_mstats() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+4 |
* | remove outdated -DPURIFY code--it reports bogus errors during global | Gurusamy Sarathy | 2000-02-14 | 1 | -3/+0 |
* | export pregexec(), Tk uses it | Gurusamy Sarathy | 2000-02-01 | 1 | -0/+4 |
* | more exported symbols needed for build on windows | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+128 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -2404/+0 |
* | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 1 | -806/+3 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+4 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -0/+12 |
* | missing files in previous submit | Gurusamy Sarathy | 1999-12-31 | 1 | -0/+2 |
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -1/+1 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -2/+0 |
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -88/+126 |
* | Resolve mainline before possible hacking operertunity this weekend | Nick Ing-Simmons | 1999-10-23 | 1 | -2/+2 |
|\ |
|
| * | PL_malloc_mutex needs to be global, not per-interpreter | Gurusamy Sarathy | 1999-10-17 | 1 | -2/+2 |
* | | Resolve utfperl branch against mainline as of _62 | Nick Ing-Simmons | 1999-10-16 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | 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 |
* | | Incremental merge of mainline | Nick Ing-Simmons | 1999-10-02 | 1 | -2/+30 |
|\ \
| |/ |
|
| * | (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 |
* | | Re-integrate mainline | Nick Ing-Simmons | 1999-09-18 | 1 | -4/+44 |
|/ |
|
* | 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 |