2000-03-02 |
Jarkko Hietaniemi |
A patch on #5407. |
blob | commitdiff |
2000-03-01 |
Jarkko Hietaniemi |
A further patch from Spider Boardman for long doubleness. |
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-29 |
Gurusamy Sarathy |
support fetching current interpreter from TLS under... |
blob | commitdiff | diff to current |
2000-02-29 |
Jarkko Hietaniemi |
Undo the sv_2pv() change of #5329, caused numconvert.t |
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-27 |
Gurusamy Sarathy |
avoid compiler warnings (from Dan Sugalski) |
blob | commitdiff | diff to current |
2000-02-27 |
Gurusamy Sarathy |
propagate utf8ness in sv_setsv() (from Gisle Aas) |
blob | commitdiff | diff to current |
2000-02-24 |
Gisle Aas |
More UTF8_MAXLEN fixes |
blob | commitdiff | diff to current |
2000-02-21 |
Gurusamy Sarathy |
type mismatch |
blob | commitdiff | diff to current |
2000-02-21 |
Gurusamy Sarathy |
generalize "%v" format into a flag for any integral... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
lexical warnings update, ability to inspect bitmask... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
make change#3386 a build-time option (avoids problems... |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
char vs U8 warnings |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
s/croak/Perl_croak/ |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
make comparisons promote to utf8 as necessary (from... |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy |
fix memory leak in C<$x = *Y> provoked by change#4198... |
blob | commitdiff | diff to current |
2000-02-14 |
Gurusamy Sarathy |
fix small interpreter leaks identified by Purify |
blob | commitdiff | diff to current |
2000-02-14 |
Gurusamy Sarathy |
notes about running Purify |
blob | commitdiff | diff to current |
2000-02-14 |
Gurusamy Sarathy |
remove outdated -DPURIFY code--it reports bogus errors... |
blob | commitdiff | diff to current |
2000-02-13 |
Gurusamy Sarathy |
more purification (pp_require() could access free memor... |
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 |
sprintf("%v"...) buffer resizing busted |
blob | commitdiff | diff to current |
2000-02-07 |
Gurusamy Sarathy |
makefiles now use exetype.pl to make wperl.exe |
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-02-06 |
Gurusamy Sarathy |
support sprintf("v%v", v1.2.3) (works on any string... |
blob | commitdiff | diff to current |
2000-02-04 |
Gurusamy Sarathy |
change#4970 fallout for useithreads |
blob | commitdiff | diff to current |
2000-02-04 |
Gurusamy Sarathy |
avoid bad cast warnings (from Robin Barker <rmb1@cise... |
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-28 |
Gurusamy Sarathy |
autogenerate API listing from comments in the source... |
blob | commitdiff | diff to current |
2000-01-26 |
Gurusamy Sarathy |
s/STOP/CHECK/ blocks |
blob | commitdiff | diff to current |
2000-01-22 |
Gurusamy Sarathy |
add patch for printf-style format typechecks (from... |
blob | commitdiff | diff to current |
2000-01-20 |
Gurusamy Sarathy |
sv_true() has a superfluous test |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-14 |
Gurusamy Sarathy |
nailed "our" declarations, and better warnings on duplicate |
blob | commitdiff | diff to current |
2000-01-02 |
Gurusamy Sarathy |
disable optimization in change#3612 for join() and... |
blob | commitdiff | diff to current |
1999-12-30 |
Gurusamy Sarathy |
enable the PERL_BINMODE_SCRIPTS behavior by default... |
blob | commitdiff | diff to current |
1999-12-28 |
Gurusamy Sarathy |
Windows build tweaks |
blob | commitdiff | diff to current |
1999-12-24 |
Gurusamy Sarathy |
support for v5.5.640 style version numbers |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-09 |
Gurusamy Sarathy |
USE_ITHREADS tweaks and notes |
blob | commitdiff | diff to current |
1999-12-08 |
Larry Wall |
patch to fix parser bug in C<${h{${a[0]}}} = 13> |
blob | commitdiff | diff to current |
1999-12-08 |
Gurusamy Sarathy |
introduce save_I8() for saving byte values |
blob | commitdiff | diff to current |
1999-12-07 |
Gurusamy Sarathy |
typos in change#4546 |
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 |
make uninitialized value warnings report opcode |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-15 |
Gurusamy Sarathy |
add a synchronous stub fork() for USE_ITHREADS to prove... |
blob | commitdiff | diff to current |
1999-11-15 |
Gurusamy Sarathy |
cloning the stack (part 1) |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
cosmetic tweaks |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
fix problem pointer casts |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
sundry cleanups for cloned interpreters (only known... |
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 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
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-11-09 |
Gurusamy Sarathy |
IoDIRP may be fake when used in source filters, mark... |
blob | commitdiff | diff to current |
1999-11-09 |
Gurusamy Sarathy |
small nits in changes#4538,4539 |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for perl_clone() (still needs work in |
blob | commitdiff | diff to current |
1999-11-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-04 |
Jarkko Hietaniemi |
Incremental Mac integration from Matthias. |
blob | commitdiff | diff to current |
1999-11-04 |
Gurusamy Sarathy |
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore |
blob | commitdiff | diff to current |
1999-11-02 |
Jarkko Hietaniemi |
Initial integration of the MacPerl changes form Matthias. |
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-27 |
Gurusamy Sarathy |
more GCC v2.95 induced adjustments |
blob | commitdiff | diff to current |
1999-10-26 |
Gurusamy Sarathy |
warnings and const violations identified by compiling... |
blob | commitdiff | diff to current |
1999-10-24 |
Gurusamy Sarathy |
remove inconsistent tainting behavior of sprintf("... |
blob | commitdiff | diff to current |
1999-10-23 |
Jarkko Hietaniemi |
More printf-fixes (see also #4426). |
blob | commitdiff | diff to current |
1999-10-23 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-10-23 |
Jarkko Hietaniemi |
Fix the printfing nits pointed out by using gcc -Wall and |
blob | commitdiff | diff to current |
1999-10-22 |
Gurusamy Sarathy |
sv_vcatpvfn() bug: fell through to assuming intsize... |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
fix typos in change#4288 |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
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-10-02 |
Jarkko Hietaniemi |
Untangle the IV_IS_QUAD jungle by introduding |
blob | commitdiff | diff to current |
1999-09-29 |
Charles Bailey |
resync with mainline |
blob | commitdiff | diff to current |
1999-09-20 |
Vishal Bhatia |
add arenas for managing allocations of remaining xpv... |
blob | commitdiff | diff to current |
1999-09-18 |
Nick Ing-Simmons |
Re-integrate mainline |
blob | commitdiff | diff to current |
1999-09-17 |
Michael G. Schwern |
More descriptive names for operators. |
blob | commitdiff | diff to current |
1999-09-13 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-09-13 |
Robin Barker |
Replace change #4100 with |
blob | commitdiff | diff to current |
1999-09-13 |
Gurusamy Sarathy |
add -DPERL_Y2KWARN build option that will generate... |
blob | commitdiff | diff to current |
1999-09-12 |
Gurusamy Sarathy |
make sprintf("%g",...) threadsafe; only taint its resul... |
blob | commitdiff | diff to current |
1999-09-09 |
Jarkko Hietaniemi |
Remove ill-designed %B introduced by change #4111. |
blob | commitdiff | diff to current |
1999-09-09 |
Jarkko Hietaniemi |
%#b in particular and %B in general were kaputt. |
blob | commitdiff | diff to current |
1999-09-07 |
Robin Barker |
Fix pointer casts. |
blob | commitdiff | diff to current |
1999-09-07 |
Jarkko Hietaniemi |
Fix a printf thinko: now quads must have the ll L q... |
blob | commitdiff | diff to current |
1999-09-04 |
Jarkko Hietaniemi |
Warn about numconvert.t in case somebody |
blob | commitdiff | diff to current |
1999-08-29 |
Gurusamy Sarathy |
deadcode removal |
blob | commitdiff | diff to current |
1999-08-16 |
Jarkko Hietaniemi |
More paranoia. |
blob | commitdiff | diff to current |
1999-08-16 |
Jarkko Hietaniemi |
Batch of small 64-bit/long double/large file support... |
blob | commitdiff | diff to current |
1999-08-12 |
Jarkko Hietaniemi |
Add Configure -Duselongdouble and add a missing semicolon. |
blob | commitdiff | diff to current |
1999-08-11 |
Jarkko Hietaniemi |
Long double patches from Dan Sugalski. |
blob | commitdiff | diff to current |
1999-08-03 |
Jarkko Hietaniemi |
Retract #3912, much too many compilation warnings |
blob | commitdiff | diff to current |
next |