2005-05-20 |
Nicholas Clark | Remove PMROOT and replace it with a small shell script...
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Update XS code to declare PERL_UNUSED_DECL conditionally
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Updaate ppport.h to get a conditional PERL_UNUSED_DECL
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Need to make PERL_UNUSED_DECL conditional as xlc on...
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Goodbye AvFLAGS
|
commit | commitdiff | tree |
2005-05-20 |
Nicholas Clark | Fix a typo
|
commit | commitdiff | tree |
2005-05-19 |
Nicholas Clark | tabs, not spaces. Bad editor. No cookie.
|
commit | commitdiff | tree |
2005-05-18 |
Nicholas Clark | Default to allocating the correct size for the array...
|
commit | commitdiff | tree |
2005-05-17 |
Nicholas Clark | One last 1008 to replace with PERL_ARENA_SIZE
|
commit | commitdiff | tree |
2005-05-16 |
Nicholas Clark | Upgrade to Encode 2.10
|
commit | commitdiff | tree |
2005-05-16 |
Nicholas Clark | Bump the version number on Win32::Win32
|
commit | commitdiff | tree |
2005-05-16 |
Nicholas Clark | Assuming that everything with 0x40000000 is SVpad_TYPED...
|
commit | commitdiff | tree |
2005-05-15 |
Andy Lester | Minor tweak to via
|
commit | commitdiff | tree |
2005-05-15 |
Nicholas Clark | Upgrade to CGI.pm 3.10
|
commit | commitdiff | tree |
2005-05-13 |
Nicholas Clark | Reorder the *more* arena allocation functions into...
|
commit | commitdiff | tree |
2005-05-13 |
Nicholas Clark | Allocate GV bodies from arenas
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | As we have the length of the string easily to hand...
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | Experiment with using the ptr_table code to hold the...
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | Simplify the debug and assert logic.
|
commit | commitdiff | tree |
2005-05-10 |
Nicholas Clark | Change 24165 missed one s/class/classname/ in the debugging...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Update the comment describing arenas.
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Hoist the static "AUTOLOAD" into a static const variable...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Change 24413 should have updated makedef.pl with the...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Change 24420 should have hand updated globvar.sym to...
|
commit | commitdiff | tree |
2005-05-09 |
Nicholas Clark | Simplify S_hv_notallowed slightly by passing a prebuilt...
|
commit | commitdiff | tree |
2005-05-08 |
Nicholas Clark | Perl_croak uses perl's printf, so can pass in SVs direct...
|
commit | commitdiff | tree |
2005-05-08 |
Nicholas Clark | There's no need to set a reference count for the new...
|
commit | commitdiff | tree |
2005-05-08 |
Nicholas Clark | The idea is that when you find something, you stop...
|
commit | commitdiff | tree |
2005-05-07 |
Nicholas Clark | The ptr_table arena variables and code is only needed...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Get the correct refcount on the temporary assignment...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Ooops. Wise man tests with ithreads before commiting...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Change types of PL_he_arenaroot and PL_pte_arenaroot...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Make the arena size changeable at compile time, and...
|
commit | commitdiff | tree |
2005-05-06 |
Nicholas Clark | Allocate pointer table entries (for ithread cloning...
|
commit | commitdiff | tree |
2005-05-05 |
Nicholas Clark | Bump versions of non dual-life modules
|
commit | commitdiff | tree |
2005-05-05 |
Nicholas Clark | Bump version numbers
|
commit | commitdiff | tree |
2005-05-05 |
Nicholas Clark | Bump B version numbers
|
commit | commitdiff | tree |
2005-05-03 |
Nicholas Clark | ok($a == $b) better written as cmp_ok($a, '==', $b)
|
commit | commitdiff | tree |
2005-05-03 |
Nicholas Clark | PL_mess_sv is always >= SVt_PVMG, so no need for an...
|
commit | commitdiff | tree |
2005-05-02 |
Nicholas Clark | A slightly better layout for the diagram.
|
commit | commitdiff | tree |
2005-05-01 |
Nicholas Clark | Explode if anyone attempts to sv_upgrade PL_mess_sv.
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | Add a new macro SvPV_free() which undoes OOK and free...
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | Calling sv_backoff() on something that's about to be...
|
commit | commitdiff | tree |
2005-04-28 |
Nicholas Clark | The if() clause is the wrong way round, so OOK can...
|
commit | commitdiff | tree |
2005-04-25 |
Yves Orton | mktables.lst and related stuff (was Re: [PATCH] Unicode...
|
commit | commitdiff | tree |
2005-04-23 |
Nicholas Clark | Variable declarations can't come after statements in...
|
commit | commitdiff | tree |
2005-04-23 |
Nicholas Clark | Save state when auto-generating #ifdef PERL_CORE and...
|
commit | commitdiff | tree |
2005-04-22 |
Nicholas Clark | Convert to test.pl
|
commit | commitdiff | tree |
2005-04-22 |
Craig A. Berry | t/uni/class.t -- update VMS test skippage
|
commit | commitdiff | tree |
2005-04-22 |
Nicholas Clark | For now, TODO the 2 tests that fail on 5.8.x
|
commit | commitdiff | tree |
2005-04-20 |
Steve Peters | Refactoring to Sv*_set() macros - patch #6
|
commit | commitdiff | tree |
2005-04-20 |
Nicholas Clark | Merge common code. Reduces object size by 1K on x86...
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Don't set things to zero twice. Once is enough. (see...
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Restore SvEND_set
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Force RVALUE macros when in PERL_DEBUG_COW
|
commit | commitdiff | tree |
2005-04-19 |
Nicholas Clark | Avoid generating thousands of UTF-8 warnings when testing...
|
commit | commitdiff | tree |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5
|
commit | commitdiff | tree |
2005-04-18 |
Nicholas Clark | PERL_DEBUG_COW for SvUVX and SvPVX
|
commit | commitdiff | tree |
2005-04-18 |
Nicholas Clark | SvPV_renew also calls SvLEN_set
|
commit | commitdiff | tree |
2005-04-18 |
Nicholas Clark | Replace Renew(SvPVX(...)...) with SvPV_renew, which...
|
commit | commitdiff | tree |
2005-04-18 |
Nicholas Clark | A more efficient way of expressing the MALLOC_WRAP...
|
commit | commitdiff | tree |
2005-04-18 |
Nicholas Clark | Refactor the odd-one-out code before a Renew(SvPVX...
|
commit | commitdiff | tree |
2005-04-18 |
Nicholas Clark | Two more uses of lvalue SvIVX()
|
commit | commitdiff | tree |
2005-04-18 |
Steve Peters | Refactoring to Sv*_set() macros - patch #4
|
commit | commitdiff | tree |
2005-04-12 |
Nicholas Clark | Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
|
commit | commitdiff | tree |
2005-04-12 |
Steve Peters | Refactoring to Sv*_set() macros - patch #3
|
commit | commitdiff | tree |
2005-04-11 |
Nicholas Clark | Avoid taking a reference to SvIVX and putting that...
|
commit | commitdiff | tree |
2005-04-08 |
Nicholas Clark | Mangle the expected output correctly for both 5.9 and 5.8
|
commit | commitdiff | tree |
2005-04-08 |
Nicholas Clark | Add SvIVX() to PERL_DEBUG_COW, and change pad.c to...
|
commit | commitdiff | tree |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #2
|
commit | commitdiff | tree |
2005-04-08 |
Nicholas Clark | Add a macro PERL_DEBUG_COW, for aggressive compile...
|
commit | commitdiff | tree |
2005-04-08 |
Nicholas Clark | MM_AIX needs neatvalue
|
commit | commitdiff | tree |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #1
|
commit | commitdiff | tree |
2005-04-07 |
Nicholas Clark | Tabs not spaces in MANIFEST
|
commit | commitdiff | tree |
2005-04-06 |
Nicholas Clark | cast to/from (void *) in the re-entrant code. Now watch...
|
commit | commitdiff | tree |
2005-04-06 |
Nicholas Clark | Casting to/from (void *) sufficient to make a C++ compiler...
|
commit | commitdiff | tree |
2005-04-06 |
Nicholas Clark | If we're going to prototype modfl(), it needs extern...
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | D'oh! We were never correctly spotting a modfl prototype
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Add casting to allow g++ (3.3.5) to compile the core...
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Tests need to skip if there is no Encode configured.
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Using savesvpv() here is terser and produces smaller...
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Down with C++ reserved names
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Down with potentially incorrect duplicate prototypes
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Down with more K&R prototypes
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Down with unneeded duplicate prototypes
|
commit | commitdiff | tree |
2005-04-05 |
Nicholas Clark | Down with K&R function arguments
|
commit | commitdiff | tree |
2005-04-04 |
Nicholas Clark | Make -DFORMAT_CHECK compile with threads.
|
commit | commitdiff | tree |
2005-04-02 |
Nicholas Clark | Silence compiler warnings about possibly uninitialised...
|
commit | commitdiff | tree |
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-04-02 |
Jarkko Hietaniemi | Unicode 4.1.0
|
commit | commitdiff | tree |
2005-03-26 |
Nicholas Clark | Need to return something when the compiler doesn't...
|
commit | commitdiff | tree |
2005-03-25 |
Andy Lester | Consting five
|
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-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 |
next |