GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.
[p5sagit/p5-mst-13.2.git] / perlapi.c
2000-06-07 Jarkko Hietaniemi Mopup for #6204.
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-06-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-11 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-11 Gurusamy Sarathy PL_sys_intern was being initialized too late on windows
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy add rsignal(), whichsig() and do_join() to public API...
2000-03-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-18 Jarkko Hietaniemi Add newSVuv().
2000-03-17 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-17 Gurusamy Sarathy export cv_undef() and cv_const_sv() (mod_perl uses...
2000-03-16 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-16 Gurusamy Sarathy due to an oversight during PERL_OBJECT migration, hosts...
2000-03-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-13 Gurusamy Sarathy make the is_utf8_*() safe for use on invalid utf8 ...
2000-03-13 Charles Bailey Resync with mainline post RC1
2000-03-11 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-08 Gurusamy Sarathy abstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-06 Charles Bailey Resync with mainline, update test in vmsfspec.t
2000-03-05 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-02-26 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-26 Charles Bailey Resync with mainline
2000-02-26 Gurusamy Sarathy support for version vectors in UNIVERSAL::VERSION(...
2000-02-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-25 Gurusamy Sarathy fix missing perl_alloc() declaration under PERL_IMPLICI...
2000-02-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-19 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-19 Gurusamy Sarathy make comparisons promote to utf8 as necessary (from...
2000-02-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-15 Gurusamy Sarathy provide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-14 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-14 Gurusamy Sarathy remove outdated -DPURIFY code--it reports bogus errors...
2000-02-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-01 Gurusamy Sarathy export pregexec(), Tk uses it
2000-01-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-28 Gurusamy Sarathy more exported symbols needed for build on windows
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-24 Gurusamy Sarathy enable function wrappers for access to globals under...
2000-01-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-02 Gurusamy Sarathy usethreads build fixups for NeXTstep (as suggested...
1999-12-31 Gurusamy Sarathy missing files in previous submit
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-07 Gurusamy Sarathy typos in change#4660
1999-12-06 Gurusamy Sarathy tweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-16 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-15 Gurusamy Sarathy add a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-15 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-14 Gurusamy Sarathy cosmetic tweaks
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-16 Nick Ing-Simmons Resolve utfperl branch against mainline as of _62
1999-10-14 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-14 Gurusamy Sarathy avoid inefficiency in change#3386 (every longjmp()...
1999-10-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-02 Nick Ing-Simmons Incremental merge of mainline
1999-09-29 Charles Bailey resync with mainline
1999-09-20 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-09-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-07 Gurusamy Sarathy various fixups for windows
1999-09-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-06 Charles Bailey Integrate mainline 5.05_61
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-09-04 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-29 Spider Boardman sub : attrlist
1999-08-23 Charles Bailey Fix prototypes in perlapi.c (64-bit?)
1999-08-20 Gurusamy Sarathy make autogenerated files writable
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-10 Jarkko Hietaniemi Use Pid_t.
1999-08-10 Jarkko Hietaniemi Use Mode_t.
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
1999-08-02 Gurusamy Sarathy don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-26 Stephen McCamant allow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-26 Gurusamy Sarathy ensure implicitly closed handles don't set $? or $!
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-07-17 Ilya Zakharevich Segfaults if $^P
next