fixes for most warnings identified by gcc -Wall
[p5sagit/p5-mst-13.2.git] / pp.c
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-05 Gurusamy Sarathy scan_num() sticks to UVs rather than IVs (now -21474836...
2000-03-02 Jarkko Hietaniemi workaround for Tru64 compiler bug (cleaner fix will...
2000-03-01 Jarkko Hietaniemi Couple of math functions need to be Perl_ so that
2000-02-28 Jarkko Hietaniemi Lift the 32-bit straightjacket from bit ops;
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathy allocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy remove $^U dependent behaviors in runtime; chr() and...
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-25 Jarkko Hietaniemi Misedit in #4888.
2000-01-25 Jarkko Hietaniemi UNICOS/mk patches. Removing the _CRAYMPP test may be
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-02 Gurusamy Sarathy fix 4-arg substr() when used as argument to subroutine
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy avoid initializing GvCV slot for autovivified filehandles
1999-12-06 Gurusamy Sarathy tweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathy readability tweak suggested by GRommel@sears.com
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-04 Gurusamy Sarathy better implementation of change#3326; open(local $foo...
1999-12-02 Gurusamy Sarathy avoid potential stack extension bug in pp_unpack()...
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-16 Jarkko Hietaniemi Regen Configure.
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Jarkko Hietaniemi Turn on largefileness always if available and
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-10-29 Jarkko Hietaniemi Remove quad logic from perl.h; regen Configure;
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-24 Nick Ing-Simmons Avoid creating GV with NULL name when vivifying nameles...
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-12 Gurusamy Sarathy allow any unpack specifier to take a count via '/'
1999-10-11 Gurusamy Sarathy more pack/unpack documentation (from Ilya Zakharevich...
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-29 Charles Bailey resync with mainline
1999-09-26 Gurusamy Sarathy fix buggy popping of subroutine contexts in the lvalue
1999-09-23 Ilya Zakharevich change "#" to a comment starter in pack templates;...
1999-09-19 Gurusamy Sarathy avoid clearing @_ at all for faster subroutine calls...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-13 Robin Barker Replace change #4100 with
1999-09-08 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-09-08 Gurusamy Sarathy fix memory leak in C<sub f { split ' ', "a b" } f(...
1999-09-07 Robin Barker Fix pointer casts.
1999-09-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-09-05 Jarkko Hietaniemi Time is not yet ripe.
1999-09-04 Jarkko Hietaniemi Enable 64-bit clean bit ops.
1999-08-31 Jarkko Hietaniemi For some odd reason #4056 didn't undo #3922 completely.
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-11 Jarkko Hietaniemi Unapply an experimental patch that accidentally escaped
1999-08-10 Dan Sugalski Patches needed to get _60 building with
1999-08-09 Jarkko Hietaniemi Integrate with Nick.
1999-08-06 Nathan Torkington Protect against pack/unpack repeat count overflows,
1999-08-05 Jarkko Hietaniemi split /^/ deprecation warning should not be on by default.
1999-08-05 Paul Marquess Warning fix to change #3922.
1999-08-05 Ilya Zakharevich Deprecate /^/ implictly meaning /^/m.
1999-08-02 Gurusamy Sarathy native int pack/unpack fixes (from Spider Boardman
1999-07-29 Jarkko Hietaniemi Repent and make overly large integerish
1999-07-27 Jarkko Hietaniemi Integer constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-26 Ian Phillipps (Version 2) Extending unpack to deal with counted strings
1999-07-23 Gurusamy Sarathy avoid useless use of target for pp_each(); also fixes...
1999-07-11 Jarkko Hietaniemi Manual synchronization with Sarathy (some files
1999-07-08 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Gurusamy Sarathy fix int vs STRLEN issue
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-04 Jan Starzynski pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were...
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-20 Gurusamy Sarathy various little nits
1999-05-17 Gurusamy Sarathy emit more appropriate diagnostic for failed glob (variant
1999-05-12 Hugo van der Sanden better range-checking on list slices, with test
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Gurusamy Sarathy pp_modulo comment tweak from Ilya
1999-05-08 Gurusamy Sarathy avoid temporary files named 'tmp'
1999-05-08 Nick Ing-Simmons Tweaks to open(my $fh,...) stuff
1999-05-07 Nick Ing-Simmons Implement open( my $fh, ...) and similar.
1999-05-07 Ilya Zakharevich Make % use fmod()
1999-04-25 Gurusamy Sarathy fix buggy reference count on refs to SVs with autoviv...
1999-04-13 Jarkko Hietaniemi Add information about the two DEC C compiler optimizer...
next