summaryrefslogtreecommitdiff
path: root/global.sym
Commit message (Expand)AuthorAgeFilesLines
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-0/+1
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-0/+1
* Regen global.sym.Jarkko Hietaniemi2000-08-081-0/+2
* av.c apidocSimon Cozens2000-07-251-2/+0
* Fix the BOM bug: not a byteorder bug, a signedness bug.Jarkko Hietaniemi2000-07-141-0/+5
* Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-1/+1
* adjust change#6299Gurusamy Sarathy2000-07-041-2/+2
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-1/+2
* fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-041-0/+1
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-0/+1
* add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-241-0/+3
* Add newSVuv().Jarkko Hietaniemi2000-03-181-0/+1
* export cv_undef() and cv_const_sv() (mod_perl uses them toGurusamy Sarathy2000-03-171-0/+2
* due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-161-0/+1
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-0/+1
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+3
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+1
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-0/+2
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-0/+1
* make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+4
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+1
* export pregexec(), Tk uses itGurusamy Sarathy2000-02-011-0/+1
* more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-0/+32
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-219/+0
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-0/+1
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-0/+3
* change#4721 needed line number adjustmentsGurusamy Sarathy1999-12-281-0/+10
* introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-0/+1
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-0/+1
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-18/+16
* add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+3
* cosmetic tweaksGurusamy Sarathy1999-11-141-4/+6
* preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-0/+1
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+12
* remove unused interpreter globalsGurusamy Sarathy1999-10-241-1/+0
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-0/+1
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-0/+3
* sub : attrlistSpider Boardman1999-08-291-0/+5
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-0/+1
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-0/+1
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-1/+0
* Segfaults if $^PIlya Zakharevich1999-07-171-0/+1
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-0/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-1/+17
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-3/+0
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-0/+18
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-0/+2
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-6/+12
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-0/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-179/+190