This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change PerlIO_(get|set)pos to take SV *
[perl5.git] / perlapi.c
1999-10-16 Nick Ing-SimmonsResolve utfperl branch against mainline as of _62
1999-10-14 Jarkko HietaniemiIntegrate with Sarathy.
1999-10-14 Gurusamy Sarathyavoid inefficiency in change#3386 (every longjmp()...
1999-10-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-02 Nick Ing-SimmonsIncremental merge of mainline
1999-09-29 Charles Baileyresync with mainline
1999-09-20 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-09-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-07 Gurusamy Sarathyvarious fixups for windows
1999-09-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-06 Charles BaileyIntegrate mainline 5.05_61
1999-09-06 Gurusamy Sarathyoptional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-09-04 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-29 Spider Boardmansub : attrlist
1999-08-23 Charles BaileyFix prototypes in perlapi.c (64-bit?)
1999-08-20 Gurusamy Sarathymake autogenerated files writable
1999-08-19 Jarkko HietaniemiRemoved duplicated code (in pp.c and mg.c) by introducing
1999-08-10 Jarkko HietaniemiUse Pid_t.
1999-08-10 Jarkko HietaniemiUse Mode_t.
1999-08-10 Jarkko HietaniemiGratuitous uid and gid casts to I32s and ints removed.
1999-08-02 Gurusamy Sarathydon't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-26 Stephen McCamantallow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-26 Gurusamy Sarathyensure implicitly closed handles don't set $? or $!
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-07-17 Ilya ZakharevichSegfaults if $^P
1999-07-17 Ilya Zakharevichmake system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...