2000-08-01 |
Simon Cozens |
Make chr() for values >127 to create utf8 when under... |
blob | commitdiff |
2000-07-26 |
Jarkko Hietaniemi |
Fix *foo{FORMAT}. |
blob | commitdiff | diff to current |
2000-07-14 |
Gurusamy Sarathy |
enable UTF-16 filter by default if relevant BOM is... |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6293..6324 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6252..6260 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6207..6210 into mainline |
blob | commitdiff | diff to current |
2000-07-04 |
Jarkko Hietaniemi |
Win32 patches for cfgperl from Sarathy. |
blob | commitdiff | diff to current |
2000-06-28 |
Simon Cozens |
Re: [PATCH] pack('U',$foo) doesn't UTF8 |
blob | commitdiff | diff to current |
2000-06-06 |
Dan Sugalski |
Threadsafe patches |
blob | commitdiff | diff to current |
2000-05-31 |
Gurusamy Sarathy |
buggy modulus on UVs introduced by change#3378 (resulted in |
blob | commitdiff | diff to current |
2000-05-28 |
Gurusamy Sarathy |
change#2879 broke rvalue autovivification of magicals... |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey |
Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-05-07 |
Gurusamy Sarathy |
reverse() and quotemeta() weren't preserving utf8-ness... |
blob | commitdiff | diff to current |
2000-05-07 |
Gurusamy Sarathy |
repeat operator (x) doesn't preserve utf8-ness |
blob | commitdiff | diff to current |
2000-05-07 |
Gurusamy Sarathy |
substr() does not preserve utf8-ness (from Stefan Eissing |
blob | commitdiff | diff to current |
2000-05-02 |
Gurusamy Sarathy |
change#3798 broke the meaning of "\0_7_7", tr/\0_/... |
blob | commitdiff | diff to current |
2000-04-28 |
Gurusamy Sarathy |
fix for missed accounting for null byte in pack("Z... |
blob | commitdiff | diff to current |
2000-04-24 |
Jarkko Hietaniemi |
Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. |
blob | commitdiff | diff to current |
2000-04-24 |
Mark P Lutz |
Various Unicos 10.0.0.6 fixes. |
blob | commitdiff | diff to current |
2000-03-20 |
Gurusamy Sarathy |
autovivify open($fh[0],...) properly |
blob | commitdiff | diff to current |
2000-03-13 |
Jarkko Hietaniemi |
Solaris long double fixes from Alan Burlison. |
blob | commitdiff | diff to current |
2000-03-06 |
Gurusamy Sarathy |
avoid warning |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
prototype changes for eventually supporting C<binmode... |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
fixes for most warnings identified by gcc -Wall |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
scan_num() sticks to UVs rather than IVs (now -21474836... |
blob | commitdiff | diff to current |
2000-03-02 |
Jarkko Hietaniemi |
workaround for Tru64 compiler bug (cleaner fix will... |
blob | commitdiff | diff to current |
2000-03-01 |
Jarkko Hietaniemi |
Couple of math functions need to be Perl_ so that |
blob | commitdiff | diff to current |
2000-02-28 |
Jarkko Hietaniemi |
Lift the 32-bit straightjacket from bit ops; |
blob | commitdiff | diff to current |
2000-02-24 |
Gisle Aas |
More UTF8_MAXLEN fixes |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
lexical warnings update, ability to inspect bitmask... |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
allocate sufficient buffer sizes for 64-bit wide utf8... |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-07 |
Gurusamy Sarathy |
remove $^U dependent behaviors in runtime; chr() and... |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
introduce $^U, a global bit to indicate whether system |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
runtime now looks at the SVf_UTF8 bit on the SV to... |
blob | commitdiff | diff to current |
2000-01-25 |
Jarkko Hietaniemi |
Misedit in #4888. |
blob | commitdiff | diff to current |
2000-01-25 |
Jarkko Hietaniemi |
UNICOS/mk patches. Removing the _CRAYMPP test may be |
blob | commitdiff | diff to current |
2000-01-21 |
Gurusamy Sarathy |
support for C<exists &func> (from Spider Boardman) |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-13 |
Gurusamy Sarathy |
support delete() and exists() on array, tied array... |
blob | commitdiff | diff to current |
2000-01-02 |
Gurusamy Sarathy |
fix 4-arg substr() when used as argument to subroutine |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-09 |
Gurusamy Sarathy |
avoid initializing GvCV slot for autovivified filehandles |
blob | commitdiff | diff to current |
1999-12-06 |
Gurusamy Sarathy |
tweaks for building with -DUSE_ITHREADS on !WIN32 platf... |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy |
readability tweak suggested by GRommel@sears.com |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy |
make uninitialized value warnings report opcode |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy |
better implementation of change#3326; open(local $foo... |
blob | commitdiff | diff to current |
1999-12-02 |
Gurusamy Sarathy |
avoid potential stack extension bug in pp_unpack()... |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-16 |
Jarkko Hietaniemi |
Regen Configure. |
blob | commitdiff | diff to current |
1999-11-13 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-13 |
Gurusamy Sarathy |
cloned interpreters now actually run and pass all but... |
blob | commitdiff | diff to current |
1999-11-11 |
Jarkko Hietaniemi |
Turn on largefileness always if available and |
blob | commitdiff | diff to current |
1999-11-11 |
Gurusamy Sarathy |
avoid stash pointers in optree under USE_ITHREADS |
blob | commitdiff | diff to current |
1999-11-11 |
Gurusamy Sarathy |
another change towards a shareable optree: avoid pointe... |
blob | commitdiff | diff to current |
1999-10-29 |
Jarkko Hietaniemi |
Remove quad logic from perl.h; regen Configure; |
blob | commitdiff | diff to current |
1999-10-27 |
Jarkko Hietaniemi |
Integrate with Sarathy; manual resolve on regcomp.c... |
blob | commitdiff | diff to current |
1999-10-24 |
Nick Ing-Simmons |
Avoid creating GV with NULL name when vivifying nameles... |
blob | commitdiff | diff to current |
1999-10-23 |
Jarkko Hietaniemi |
More printf-fixes (see also #4426). |
blob | commitdiff | diff to current |
1999-10-12 |
Gurusamy Sarathy |
allow any unpack specifier to take a count via '/' |
blob | commitdiff | diff to current |
1999-10-11 |
Gurusamy Sarathy |
more pack/unpack documentation (from Ilya Zakharevich... |
blob | commitdiff | diff to current |
1999-10-10 |
Gurusamy Sarathy |
revert SAVEDESTRUCTOR() to accepting void(*)(void*... |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
make die/warn and other diagnostics go to wherever... |
blob | commitdiff | diff to current |
1999-09-29 |
Charles Bailey |
resync with mainline |
blob | commitdiff | diff to current |
1999-09-26 |
Gurusamy Sarathy |
fix buggy popping of subroutine contexts in the lvalue |
blob | commitdiff | diff to current |
1999-09-23 |
Ilya Zakharevich |
change "#" to a comment starter in pack templates;... |
blob | commitdiff | diff to current |
1999-09-19 |
Gurusamy Sarathy |
avoid clearing @_ at all for faster subroutine calls... |
blob | commitdiff | diff to current |
1999-09-18 |
Nick Ing-Simmons |
Re-integrate mainline |
blob | commitdiff | diff to current |
1999-09-13 |
Robin Barker |
Replace change #4100 with |
blob | commitdiff | diff to current |
1999-09-08 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-09-08 |
Gurusamy Sarathy |
fix memory leak in C<sub f { split ' ', "a b" } f(... |
blob | commitdiff | diff to current |
1999-09-07 |
Robin Barker |
Fix pointer casts. |
blob | commitdiff | diff to current |
1999-09-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-09-05 |
Gurusamy Sarathy |
initial implementation of lvalue subroutines (slightly... |
blob | commitdiff | diff to current |
1999-09-05 |
Jarkko Hietaniemi |
Time is not yet ripe. |
blob | commitdiff | diff to current |
1999-09-04 |
Jarkko Hietaniemi |
Enable 64-bit clean bit ops. |
blob | commitdiff | diff to current |
1999-08-31 |
Jarkko Hietaniemi |
For some odd reason #4056 didn't undo #3922 completely. |
blob | commitdiff | diff to current |
1999-08-19 |
Jarkko Hietaniemi |
Removed duplicated code (in pp.c and mg.c) by introducing |
blob | commitdiff | diff to current |
1999-08-11 |
Jarkko Hietaniemi |
Unapply an experimental patch that accidentally escaped |
blob | commitdiff | diff to current |
1999-08-10 |
Dan Sugalski |
Patches needed to get _60 building with |
blob | commitdiff | diff to current |
1999-08-09 |
Jarkko Hietaniemi |
Integrate with Nick. |
blob | commitdiff | diff to current |
1999-08-06 |
Nathan Torkington |
Protect against pack/unpack repeat count overflows, |
blob | commitdiff | diff to current |
1999-08-05 |
Jarkko Hietaniemi |
split /^/ deprecation warning should not be on by default. |
blob | commitdiff | diff to current |
1999-08-05 |
Paul Marquess |
Warning fix to change #3922. |
blob | commitdiff | diff to current |
1999-08-05 |
Ilya Zakharevich |
Deprecate /^/ implictly meaning /^/m. |
blob | commitdiff | diff to current |
1999-08-02 |
Gurusamy Sarathy |
native int pack/unpack fixes (from Spider Boardman |
blob | commitdiff | diff to current |
1999-07-29 |
Jarkko Hietaniemi |
Repent and make overly large integerish |
blob | commitdiff | diff to current |
1999-07-27 |
Jarkko Hietaniemi |
Integer constants (0x, 0[0-7], 0b) now overflow fatally, |
blob | commitdiff | diff to current |
1999-07-26 |
Ian Phillipps |
(Version 2) Extending unpack to deal with counted strings |
blob | commitdiff | diff to current |
1999-07-23 |
Gurusamy Sarathy |
avoid useless use of target for pp_each(); also fixes... |
blob | commitdiff | diff to current |
1999-07-11 |
Jarkko Hietaniemi |
Manual synchronization with Sarathy (some files |
blob | commitdiff | diff to current |
1999-07-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
fixes for logical bugs in the lexwarn patch; other... |
blob | commitdiff | diff to current |
1999-07-07 |
Jarkko Hietaniemi |
Integrate with Sarathy; one conflict in t/pragma/warn... |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
blob | commitdiff | diff to current |
1999-07-07 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
next |