| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add missing bincompat5005 #defines | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+3 |
* | due to an oversight during PERL_OBJECT migration, hosts created | Gurusamy Sarathy | 2000-03-16 | 1 | -1/+1 |
* | make the is_utf8_*() safe for use on invalid utf8 (they now | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+1 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+1 |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+6 |
* | separate options to incpush() for adding version directories and | Gurusamy Sarathy | 2000-03-07 | 1 | -1/+1 |
* | 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/+5 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+3 |
* | support for version vectors in UNIVERSAL::VERSION(), so that | Gurusamy Sarathy | 2000-02-26 | 1 | -0/+1 |
* | fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS | Gurusamy Sarathy | 2000-02-25 | 1 | -2/+1 |
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -6/+16 |
* | 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 |
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -1/+0 |
* | remove outdated -DPURIFY code--it reports bogus errors during global | Gurusamy Sarathy | 2000-02-14 | 1 | -5/+0 |
* | avoid mismatched type warnings | Gurusamy Sarathy | 2000-02-02 | 1 | -1/+1 |
* | export pregexec(), Tk uses it | Gurusamy Sarathy | 2000-02-01 | 1 | -1/+1 |
* | more exported symbols needed for build on windows | Gurusamy Sarathy | 2000-01-28 | 1 | -32/+32 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -516/+715 |
* | force linkage of the function wrappers for globals in change#4878 | Gurusamy Sarathy | 2000-01-24 | 1 | -2/+39 |
* | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 1 | -25/+45 |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -26/+35 |
* | fix deeply nested closures that have no references to lexical in | Gurusamy Sarathy | 2000-01-22 | 1 | -0/+1 |
* | 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 |
* | usethreads build fixups for NeXTstep (as suggested by Hans Mulder) | Gurusamy Sarathy | 2000-01-02 | 1 | -4/+4 |
* | missing files in previous submit | Gurusamy Sarathy | 1999-12-31 | 1 | -5/+7 |
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -2/+2 |
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -76/+178 |
* | Resolve utfperl branch against mainline as of _62 | Nick Ing-Simmons | 1999-10-16 | 1 | -20/+24 |
|\ |
|
| * | avoid inefficiency in change#3386 (every longjmp() was followed | Gurusamy Sarathy | 1999-10-14 | 1 | -2/+4 |
| * | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -1/+2 |
| * | update perldelta for change#3406 | Gurusamy Sarathy | 1999-10-10 | 1 | -0/+1 |
| * | some compatibility macros were busted | Gurusamy Sarathy | 1999-10-04 | 1 | -17/+17 |
* | | Incremental merge of mainline | Nick Ing-Simmons | 1999-10-02 | 1 | -3/+31 |
|\ \
| |/ |
|
| * | remove doubled new_xpv | Gurusamy Sarathy | 1999-09-28 | 1 | -1/+0 |
| * | PERL_POLLUTE isn't required for bincompat, so don't enable | Gurusamy Sarathy | 1999-09-27 | 1 | -1/+0 |
| * | add arenas for managing allocations of remaining xpv*v structures | Vishal Bhatia | 1999-09-20 | 1 | -0/+25 |
| * | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -2/+7 |
| * | addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>) | Gurusamy Sarathy | 1999-09-15 | 1 | -2/+2 |
| * | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -2/+2 |
* | | Re-integrate mainline | Nick Ing-Simmons | 1999-09-18 | 1 | -4/+14 |
|/ |
|
* | various fixups for windows | Gurusamy Sarathy | 1999-09-07 | 1 | -4/+0 |
* | applied patch suggested by Hans Mulder to fix problems on | Gurusamy Sarathy | 1999-09-06 | 1 | -2/+8 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -1/+13 |
* | deadcode removal | Gurusamy Sarathy | 1999-08-29 | 1 | -4/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-08-20 | 1 | -6/+6 |
|\ |
|
| * | Removed duplicated code (in pp.c and mg.c) by introducing | Jarkko Hietaniemi | 1999-08-19 | 1 | -0/+1 |
| * | Use Pid_t. | Jarkko Hietaniemi | 1999-08-10 | 1 | -2/+2 |