| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -3/+5 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -21/+34 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+550 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+1 |
* | sv_true() has a superfluous test | Gurusamy Sarathy | 2000-01-20 | 1 | -2/+1 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+1 |
* | disable optimization in change#3612 for join() and quotemeta()--this | Gurusamy Sarathy | 2000-01-02 | 1 | -0/+1 |
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -4/+0 |
* | Windows build tweaks | Gurusamy Sarathy | 1999-12-28 | 1 | -0/+60 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -2/+3 |
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -102/+1709 |
* | sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for | Gurusamy Sarathy | 1999-10-22 | 1 | -5/+8 |
* | fix typos in change#4288 | Gurusamy Sarathy | 1999-10-06 | 1 | -1/+1 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-06 | 1 | -40/+11 |
|\ |
|
| * | Untangle the IV_IS_QUAD jungle by introduding | Jarkko Hietaniemi | 1999-10-02 | 1 | -40/+11 |
* | | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -2/+1 |
|/ |
|
* | add arenas for managing allocations of remaining xpv*v structures | Vishal Bhatia | 1999-09-20 | 1 | -19/+375 |
* | More descriptive names for operators. | Michael G. Schwern | 1999-09-17 | 1 | -3/+5 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-13 | 1 | -9/+44 |
|\ |
|
| * | add -DPERL_Y2KWARN build option that will generate additional | Gurusamy Sarathy | 1999-09-13 | 1 | -0/+13 |
| * | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -9/+31 |
* | | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -12/+12 |
* | | Remove ill-designed %B introduced by change #4111. | Jarkko Hietaniemi | 1999-09-09 | 1 | -2/+1 |
* | | %#b in particular and %B in general were kaputt. | Jarkko Hietaniemi | 1999-09-09 | 1 | -2/+5 |
|/ |
|
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -12/+12 |
* | Fix a printf thinko: now quads must have the ll L q prefix. | Jarkko Hietaniemi | 1999-09-07 | 1 | -23/+3 |
* | Warn about numconvert.t in case somebody | Jarkko Hietaniemi | 1999-09-04 | 1 | -0/+3 |
* | deadcode removal | Gurusamy Sarathy | 1999-08-29 | 1 | -7/+1 |
* | More paranoia. | Jarkko Hietaniemi | 1999-08-16 | 1 | -1/+4 |
* | Batch of small 64-bit/long double/large file support tweaks: | Jarkko Hietaniemi | 1999-08-16 | 1 | -25/+5 |
* | Add Configure -Duselongdouble and add a missing semicolon. | Jarkko Hietaniemi | 1999-08-12 | 1 | -1/+1 |
* | Long double patches from Dan Sugalski. | Jarkko Hietaniemi | 1999-08-11 | 1 | -5/+5 |
* | Retract #3912, much too many compilation warnings | Jarkko Hietaniemi | 1999-08-03 | 1 | -14/+14 |
* | (Retracted). See #3913. | Sven Verdoolaege | 1999-08-03 | 1 | -14/+14 |
* | Fix printf %D %U %O for quads. | Jarkko Hietaniemi | 1999-08-02 | 1 | -0/+12 |
* | More 64-bit fixing. One known bug of that kind | Jarkko Hietaniemi | 1999-08-02 | 1 | -4/+15 |
* | Fix printf %d when IV is quad. | Jarkko Hietaniemi | 1999-08-02 | 1 | -0/+20 |
* | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -23/+68 |
* | make reset() behave with high-bit characters | Ian Phillipps | 1999-07-26 | 1 | -3/+3 |
* | ensure implicitly closed handles don't set $? or $! | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 |
* | cache [NIUP]V conversions of defined READONLY values | Ilya Zakharevich | 1999-07-18 | 1 | -66/+29 |
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -4/+4 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -16/+42 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -58/+72 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -2/+2 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -7/+18 |
* | bug in change#3602 (cpp conditionals not allowed inside macro args) | Gurusamy Sarathy | 1999-07-06 | 1 | -22/+28 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -40/+63 |
* | EPOC port to Psion5. | Olaf Flebbe | 1999-06-27 | 1 | -0/+8 |