2005-04-02 |
Nicholas Clark | Fix "[perl #34643] Config_heavy.pl not in archlib"
|
commit | commitdiff | tree |
2005-04-02 |
Nicholas Clark | Oops. Forgot to add this.
|
commit | commitdiff | tree |
2005-03-26 |
Nicholas Clark | Need to return something when the compiler doesn't...
|
commit | commitdiff | tree |
2005-03-25 |
Nicholas Clark | FreeBSD NDBM appears to generate files ending .db,...
|
commit | commitdiff | tree |
2005-03-21 |
Nicholas Clark | Casts needed to make VMS happy. (It gets very upset...
|
commit | commitdiff | tree |
2005-02-26 |
Nicholas Clark | SvUTF8 can be present on scalars other than PVs
|
commit | commitdiff | tree |
2005-02-21 |
Nicholas Clark | IPC::Run test failures with utf8
|
commit | commitdiff | tree |
2005-02-05 |
Nicholas Clark | Stop lib/h2xs.t failing needlessly if it failed to...
|
commit | commitdiff | tree |
2005-02-05 |
Nicholas Clark | With mallocwrap New() evaluates its arguments more...
|
commit | commitdiff | tree |
2005-02-05 |
Nicholas Clark | Let's (un)do the timewarp, again.
|
commit | commitdiff | tree |
2005-02-01 |
Nicholas Clark | "All" "all?" Who said all? There were 2 more missing...
|
commit | commitdiff | tree |
2005-01-31 |
Nicholas Clark | Add all the missing gnuk{free,net}bsd hints files to...
|
commit | commitdiff | tree |
2005-01-28 |
Nicholas Clark | More consistent names for all the parameter name/declaration...
|
commit | commitdiff | tree |
2005-01-28 |
Nicholas Clark | Calculate the number of tests in one place, so that...
|
commit | commitdiff | tree |
2005-01-27 |
Nicholas Clark | Retrieve the flag bit that only 'p' uses, so that it...
|
commit | commitdiff | tree |
2005-01-27 |
Nicholas Clark | Make the byte order modifers < and > and the sign modifier...
|
commit | commitdiff | tree |
2005-01-27 |
Nicholas Clark | Oops. Was forgetting to test n! N! v! V! in pack
|
commit | commitdiff | tree |
2005-01-27 |
Nicholas Clark | Check that the warning behaviour on the modifiers ...
|
commit | commitdiff | tree |
2005-01-27 |
Nicholas Clark | Make the tests for the endianness modifiers < and ...
|
commit | commitdiff | tree |
2005-01-27 |
Nicholas Clark | &_q needs to *globally* escape ' and \ in its substitution.
|
commit | commitdiff | tree |
2005-01-24 |
Nicholas Clark | Correct and update comments (before anyone writes in)
|
commit | commitdiff | tree |
2005-01-24 |
Nicholas Clark | Ooops. It was 190M when I was using 4 bytes per entry...
|
commit | commitdiff | tree |
2005-01-24 |
Nicholas Clark | A script to regenerate Perl_keyword()
|
commit | commitdiff | tree |
2005-01-24 |
Nicholas Clark | Add weights to ExtUtils::Constant to allow sorting...
|
commit | commitdiff | tree |
2005-01-24 |
Nicholas Clark | Replace Perl_keyword() with a version that's 20% faster...
|
commit | commitdiff | tree |
2005-01-23 |
Nicholas Clark | Tidy up 2 comments
|
commit | commitdiff | tree |
2005-01-23 |
Nicholas Clark | Assimilate ExtUtils::Constant 0.16
|
commit | commitdiff | tree |
2005-01-23 |
Nicholas Clark | Slightly terser code in S_regpposixcc (names inside...
|
commit | commitdiff | tree |
2005-01-22 |
Nicholas Clark | Update copyright years and add editor blocks
|
commit | commitdiff | tree |
2005-01-22 |
Nicholas Clark | Remove now-unnecessary check. (It's done earlier)
|
commit | commitdiff | tree |
2005-01-21 |
Nicholas Clark | Shrink a switch() statment by driving the size calculations...
|
commit | commitdiff | tree |
2005-01-21 |
Nicholas Clark | Make the length overrun checking and stack extension...
|
commit | commitdiff | tree |
2005-01-21 |
Nicholas Clark | Name another pack test
|
commit | commitdiff | tree |
2005-01-20 |
Nicholas Clark | Run regen.pl and pod/buildtoc --build-all
|
commit | commitdiff | tree |
2005-01-20 |
Nicholas Clark | A little more determinacy in our sorting
|
commit | commitdiff | tree |
2005-01-19 |
Nicholas Clark | Make "assertion" attribute code and test conditional
|
commit | commitdiff | tree |
2005-01-14 |
Nicholas Clark | Better test diagnostics for the numbers tests.
|
commit | commitdiff | tree |
2005-01-14 |
Nicholas Clark | Correct the editor block to match the perl 5 policy...
|
commit | commitdiff | tree |
2005-01-14 |
Nicholas Clark | Refactor S_regclass to generate slightly smaller object...
|
commit | commitdiff | tree |
2005-01-14 |
Nicholas Clark | A terser way to write the \-ing code in pv_uni_display
|
commit | commitdiff | tree |
2005-01-14 |
Nicholas Clark | Improve documentation for sv_catpvf, to note that pattern...
|
commit | commitdiff | tree |
2005-01-14 |
Nicholas Clark | SvUTF8_off() in do_join can be unconditional.
|
commit | commitdiff | tree |
2005-01-14 |
Nicholas Clark | sv_catpvf holds no advantage over sv_catpv when the...
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | Use the new SV_NOSTEAL flag to avoid the SvTEMP dance...
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | replace NEWSV(), SvSetSV() with newSVsv()
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | Turn the unreachable code into assertions. (So prove...
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | Source code tidy up - avoid assigning to sv.
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | Avoid dogfood problems when an empty string accidentally...
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | The leaktesting of NEWSV() is long dead, so create...
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | Not a good idea to use unpack "H*" to peek at a scalar...
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | Update copyright years. Add an editor block while passing by.
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | utf.pm needs to require Carp before croak()ing
|
commit | commitdiff | tree |
2005-01-13 |
Nicholas Clark | Refactor all the unpack checksum-or-not logic to avoid...
|
commit | commitdiff | tree |
2005-01-11 |
Nicholas Clark | Fix bug 32294 - index()/rindex() ignore UTF8 flag
|
commit | commitdiff | tree |
2005-01-09 |
Nicholas Clark | Shorter source code in pp_gelem. (But it compiles to...
|
commit | commitdiff | tree |
2005-01-09 |
Nicholas Clark | If we know the length of the string constant, save...
|
commit | commitdiff | tree |
2005-01-09 |
Nicholas Clark | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary...
|
commit | commitdiff | tree |
2005-01-09 |
Nicholas Clark | Can pass in a length here without introducing a bug...
|
commit | commitdiff | tree |
2005-01-09 |
Nicholas Clark | Pull the am-I-utf8-or-not logic into one place (S_newSV_mayb...
|
commit | commitdiff | tree |
2005-01-07 |
Nicholas Clark | Stage 1 of utf8 support for soft references.
|
commit | commitdiff | tree |
2005-01-06 |
Nicholas Clark | Add TODO tests for UTF8 encoded soft references
|
commit | commitdiff | tree |
2005-01-06 |
Nicholas Clark | Turn barewords into strings to run under strict subs.
|
commit | commitdiff | tree |
2005-01-06 |
Nicholas Clark | All tests now use test.pl
|
commit | commitdiff | tree |
2005-01-06 |
Nicholas Clark | Start converting t/op/ref.t to use test.pl
|
commit | commitdiff | tree |
2005-01-05 |
Nicholas Clark | Correct a Greengrocer's apostrophe.
|
commit | commitdiff | tree |
2005-01-05 |
Nicholas Clark | Foolishly I committed change 23753 before remembering...
|
commit | commitdiff | tree |
2005-01-05 |
Nicholas Clark | Error-free constant folding is a TODO
|
commit | commitdiff | tree |
2005-01-05 |
Nicholas Clark | Turn INIT_TLS_AND_INTERP into a static function
|
commit | commitdiff | tree |
2005-01-05 |
Nicholas Clark | Shave off the explict 1; from the end of lib/Config.pm
|
commit | commitdiff | tree |
2005-01-05 |
Nicholas Clark | Rafael spotted that my changes caused warnings. So...
|
commit | commitdiff | tree |
2005-01-04 |
Nicholas Clark | Update copyright years.
|
commit | commitdiff | tree |
2005-01-04 |
Nicholas Clark | Make the switch statement discriminate similar names...
|
commit | commitdiff | tree |
2005-01-04 |
Nicholas Clark | Check all attributes in modify_SV_attributes are recognised.
|
commit | commitdiff | tree |
2005-01-04 |
Nicholas Clark | Use the new ${^UTF8LOCALE} to make the test reliable.
|
commit | commitdiff | tree |
2005-01-04 |
Nicholas Clark | Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
|
commit | commitdiff | tree |
2005-01-03 |
Nicholas Clark | Return an immortal from attributes::_warn_reserved...
|
commit | commitdiff | tree |
2005-01-03 |
Nicholas Clark | Change dXSTARGET to dXSTARG as recommended by Spider...
|
commit | commitdiff | tree |
2005-01-03 |
Nicholas Clark | D'oh! Spurious aTHX_. Here was I thinking that my test...
|
commit | commitdiff | tree |
2005-01-02 |
Nicholas Clark | Remove compiler warnings.
|
commit | commitdiff | tree |
2005-01-02 |
Nicholas Clark | Change 23727 broke code that relied on \ being escaped.
|
commit | commitdiff | tree |
2005-01-02 |
Nicholas Clark | Splitting the -n/-p code and concatenating strings...
|
commit | commitdiff | tree |
2005-01-01 |
Nicholas Clark | Concatenate some string constants
|
commit | commitdiff | tree |
2005-01-01 |
Nicholas Clark | Use Rafael's sick trick of ASCII NUL as a q'' delimiter...
|
commit | commitdiff | tree |
2005-01-01 |
Nicholas Clark | Probably should be using *pvn rather than *pv forms...
|
commit | commitdiff | tree |
2005-01-01 |
Nicholas Clark | strEQ/strNE of 1 character strings seems better hand...
|
commit | commitdiff | tree |
2005-01-01 |
Nicholas Clark | Not all the world's a VAX, er ASCII, so don't make...
|
commit | commitdiff | tree |
2005-01-01 |
Nicholas Clark | Change 23714 accidentally broke t/io/layers.t when...
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Skip the switch statement entirely if the pointer is...
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Doing the strnEQ char by char for 2 and 3 character...
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Improve documentation for is_gv_magical, and split...
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Because name is always NUL terminated we can incorporate...
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Generate smaller object code by using a single switch...
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Tidy up comments in change 23716
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Refactor gv_fetchpv so that the overwhelmingly common...
|
commit | commitdiff | tree |
2004-12-31 |
Nicholas Clark | Bug in t/io/layers.t spotted by Ignasi Roca Carrió
|
commit | commitdiff | tree |
2004-12-29 |
Nicholas Clark | Thinko in the description of Config::Extensions
|
commit | commitdiff | tree |
2004-12-29 |
Nicholas Clark | Experimental module intended to simplify core regression...
|
commit | commitdiff | tree |
2004-12-29 |
Nicholas Clark | Skip tests that binmode :utf8 if there is no perlio
|
commit | commitdiff | tree |
2004-12-29 |
Nicholas Clark | Ooops. Fix unitialised variable
|
commit | commitdiff | tree |
next |