| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow "no Module;" even if there is no 'unimport'. | Mark-Jason Dominus | 2000-08-02 | 1 | -1/+1 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+25 |
* | Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+3 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -2/+2 |
* | integrate cfgperl changes#6242..6249 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+1 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+9 |
* | change#2879 broke rvalue autovivification of magicals such as ${$num} | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+107 |
* | introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) | Gurusamy Sarathy | 2000-04-16 | 1 | -3/+3 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -1/+1 |
* | make the is_utf8_*() safe for use on invalid utf8 (they now | Gurusamy Sarathy | 2000-03-13 | 1 | -6/+6 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -22/+27 |
* | fix pods to reflect newer canonical names for call_sv() etc. | Gurusamy Sarathy | 2000-02-29 | 1 | -2/+2 |
* | thinko in change#5029 | Gurusamy Sarathy | 2000-02-07 | 1 | -2/+2 |
* | change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; | Gurusamy Sarathy | 2000-02-07 | 1 | -2/+2 |
* | ${^Warnings} renamed to ${^WARNING_BITS} | Gurusamy Sarathy | 2000-02-07 | 1 | -2/+2 |
* | pod fixes (from Abigail and M J T Guy) | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+1 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+1 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -3/+1 |
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 1 | -12/+19 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+77 |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+1 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+0 |
* | change#4705 breaks code that interpolates $], so leave string value | Gurusamy Sarathy | 1999-12-30 | 1 | -2/+5 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -4/+2 |
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -29/+44 |
* | Re: [PATCH 5.005_61] "our" declarations | Larry Wall | 1999-09-25 | 1 | -0/+1 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -19/+8 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -0/+4 |
* | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 1 | -2/+4 |
* | INSTALL =~ s/5.006/5.6/; delay loading Errno until needed | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -3/+5 |
* | Re: [ID 19990705.001] Overloading boolean conversion | Ilya Zakharevich | 1999-07-07 | 1 | -1/+1 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -4/+8 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -39/+39 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -25/+26 |
* | avoid gv_check() recursive pit | Gurusamy Sarathy | 1999-05-29 | 1 | -1/+1 |
* | emit more appropriate diagnostic for failed glob (variant | Gurusamy Sarathy | 1999-05-17 | 1 | -1/+1 |
* | avoid creating spurious subroutine stubs on failed subroutine | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+1 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -5/+5 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo | Graham Barr | 1999-03-04 | 1 | -6/+0 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -16/+16 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -5/+0 |
* | Fix incorrect "used only once" warnings | Ilya Zakharevich | 1999-02-02 | 1 | -1/+1 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+3 |
* | various fixes for race conditions under threads: mutex locks based | Gurusamy Sarathy | 1998-11-29 | 1 | -0/+1 |
* | prefer IO::Handle for IO if FileHandle:: is empty (as suggested by | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
* | Implement $^C to allow perl access to -c flag - I think this | Nick Ing-Simmons | 1998-11-28 | 1 | -0/+1 |
* | fix a location affected by change#2191, add note about POPSTACK | Gurusamy Sarathy | 1998-11-05 | 1 | -0/+1 |