This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
installperl should write normal messages to STDOUT, not STDERR
[perl5.git] / proto.h
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-05 Jarkko HietaniemiAIX threaded build, plus few more on the side.
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathyvarious little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-04 Gurusamy Sarathyclean up some stray "global" symbols
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-06-02 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-05-31 Gurusamy Sarathyfix memory leak in C<eval 'return sub {...}'>
1999-05-28 Tom HughesByteLoader mark 2
1999-05-24 Gurusamy Sarathyredo change#2061 and parts of change#1169 with code...
1999-05-13 Jarkko HietaniemiStill fflushing strong.
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1999-05-10 Gurusamy Sarathy"weak" references internals, still needs perlguts docum...
1999-05-10 Ilya ZakharevichRe: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-05-05 Charles Baileyapplied non-conflicting parts of suggested patch
1999-04-26 Gurusamy Sarathyallow embedded null characters in diagnostics
1999-04-03 Gurusamy Sarathygrow PL_tmps_stack more efficiently; make it more amena...
1999-04-03 Gurusamy Sarathyremove duplicate code and an extra branch in sv_setsv...
1999-03-25 Gurusamy Sarathyfix a few places that said 'int', but meant 'STRLEN'
1999-02-28 Gurusamy Sarathyfix longstanding bug: searches for lexicals originating...
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-14 Jan Duboisprovide SvPV_nolen(sv) to avoid use of PL_na
1999-02-12 Jan Duboisremove OVERLOAD conditionals
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-08 Gurusamy Sarathymake safesysmalloc() etc., always available; safemalloc...
1999-02-07 Ilya Zakharevichpatch for change#2822, done right; add PERL_OBJECT...
1999-01-17 Gurusamy SarathyPERL_OBJECTness for change#2595
1999-01-17 Gurusamy SarathyPERL_OBJECT tweaks for change#2426
1999-01-17 Gurusamy Sarathychange#2572 is not applicable; undo, retaining scan_bin...
1999-01-06 Jan DuboisBased on
1998-12-31 Wilson P. Snyder IIREV2: Binary number support
1998-11-28 Ilya Zakharevichregcolors
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-27 Jan Duboisadd ext/Devel/Peek
1998-11-22 Gurusamy Sarathyphase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-08 Gurusamy Sarathyintegrate changes#2120,2168,2218 from maint-5.005;
1998-10-30 Jarkko HietaniemiIntegrate from mainperl.
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-29 Jarkko HietaniemiPure bison yylex() proto was broken.
1998-10-28 Ilya ZakharevichMake sort respect overloading
1998-10-26 Jarkko Hietaniemis/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
1998-10-26 Gurusamy Sarathyvarious win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gurusamy Sarathyproperly restore PL_rsfp_filters after require
1998-10-17 Thomas DornerPOSIX BC2000 port from perl-mvs:
1998-10-13 Gurusamy Sarathyadd missing file from change#1943
1998-10-03 Gurusamy Sarathymake C<use> recognize C<require> overrides; allow C...
1998-10-02 Scott Henryuse Off_t to permit 64-bit seek()
1998-09-25 Gurusamy Sarathyupdate template config.sh, add new config vars to win32...
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-09-25 Gurusamy Sarathymissing file in last submit
1998-09-25 Drago Goricaneclock sv_mutex in new_he() and del_he() for USE_THREADS
1998-09-25 Gurusamy Sarathytweaks to enable PERL_OBJECT to build & test on win32
1998-09-23 Albert DvornikSSNEW() API for allocating memory on the savestack
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-09-05 Larry Walltr/// logic was hosed under utf8
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-02 Ilya Zakharevichmark link type of exported functions for OS/2
1998-08-02 Gurusamy SarathyPERL_OBJECT bincompat fixes from Douglas Lankshear...
1998-07-27 Gurusamy Sarathyintegrate 5.005_01 changes from maint
1998-07-26 Gurusamy Sarathyupdate Changes; add sv_*_mg() entries in win32/GenCAPI.pl perl-5.005_01
1998-07-26 Gurusamy Sarathyintegrate proto.h additions from maint-5.005
1998-07-26 Gurusamy Sarathyadd new files to MANIFEST; add missing prototypes to...
1998-07-26 Gurusamy Sarathyadd missing sv_*_mg() prototypes in proto.h, update...
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathyfixes to enable PERL_OBJECT build with mingw32/egcs...
1998-07-18 Gurusamy Sarathyfix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-15 Douglas Lankshearmake pregcomp et al VIRTUAL again for PERL_OBJECT
1998-07-14 Hans Mulderapplied patch, slightly tweaked
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-12 Gurusamy Sarathyfix pp_caller() to fully traverse stacklevels
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Ilya Zakharevichadded patch to generate PPDEF(pp_foo)
1998-07-06 Gurusamy Sarathyundo ck_sysread() changes#1319,1337 in preparation...
1998-07-05 Gurusamy Sarathyadd ck_sysread() for better sysread/read/recv sanity
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-07-04 Joshua Pritikinfixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Ilya Zakharevichallow a flags args to fbm_instr() for future needs
1998-07-04 Gisle Aasapplied patch with tweaks to prose
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-23 Gurusamy Sarathymore MULTIPLICITY tweaks
1998-06-23 Gurusamy Sarathypartial MULTIPLICITY cleanup
1998-06-23 Ilya Zakharevichapplied patch, regen headers
1998-06-21 Douglas Lankshearapplied patch, along with many changes:
1998-06-20 Joshua Pritikinadded patch, tweaked missed files, excised comment...
1998-06-18 Gurusamy Sarathyback out problematic change#1105, tweak perlsub.pod
1998-06-15 Gurusamy Sarathytweaks to get PERL_OBJECT building again; passes tests
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-06-10 Norton T. Allen_66 proto.h
1998-06-10 Dan Sugalskiproto.h change to make byterun() visible to VMS
next