2007-01-06 |
David Nicol |
patch: shorten perl.h by six lines |
blob | commitdiff |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Jarkko Hietaniemi |
Re: [PATCH] Symbian port: add Series 90 support |
blob | commitdiff | diff to current |
2007-01-04 |
Rafael Garcia-Suarez |
Remove no longer used magic vtable |
blob | commitdiff | diff to current |
2007-01-04 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2007-01-02 |
Dave Mitchell |
move easy lexer state variables into PL_parser |
blob | commitdiff | diff to current |
2007-01-01 |
Steve Peters |
Welcome to 2007! Time to update copyrights from change... |
blob | commitdiff | diff to current |
2007-01-01 |
Jarkko Hietaniemi |
Symbian port: add Series 90 support |
blob | commitdiff | diff to current |
2006-12-18 |
Dave Mitchell |
move parser state into new parser object, PL_parser |
blob | commitdiff | diff to current |
2006-12-01 |
Yves Orton |
Continue split of perl internal regexp structures from... |
blob | commitdiff | diff to current |
2006-11-28 |
Dominic Dunlop |
Re: [PATCH] perlhack: some portability updates |
blob | commitdiff | diff to current |
2006-11-27 |
Steve Hay |
Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK... |
blob | commitdiff | diff to current |
2006-11-18 |
Steve Peters |
Tweaks needed to get Perl compiling with g++ on OpenBSD. |
blob | commitdiff | diff to current |
2006-11-13 |
Robin Barker |
was RE: Perl_die() / Perl_croak() |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Regex Utility Functions and Substituion Fix (XML::Twig... |
blob | commitdiff | diff to current |
2006-10-30 |
Steve Peters |
Changes to get perl to compile with g++ on Cygwin.... |
blob | commitdiff | diff to current |
2006-10-27 |
Jerry D. Hedden |
Change MY_CXT ref in perl.h |
blob | commitdiff | diff to current |
2006-10-21 |
Nicholas Clark |
Semicolon consistency between PERL_FPU_INIT and the... |
blob | commitdiff | diff to current |
2006-10-21 |
Nicholas Clark |
Add PERLIO_INIT to PERL_SYS_INIT. |
blob | commitdiff | diff to current |
2006-10-21 |
Nicholas Clark |
Always defining PERLIO_TERM, even if it's empty, makes... |
blob | commitdiff | diff to current |
2006-10-21 |
Steve Peters |
Fix in perl.h for compiling with g++. |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez |
More leak fixes, by Jarkko |
blob | commitdiff | diff to current |
2006-10-14 |
Nicholas Clark |
Use Perl_croak_nocontext() rather than Perl_croak(... |
blob | commitdiff | diff to current |
2006-10-11 |
Rafael Garcia-Suarez |
Missing % in format string |
blob | commitdiff | diff to current |
2006-10-08 |
Rafael Garcia-Suarez |
Revert change 28962 (at least until a better solution... |
blob | commitdiff | diff to current |
2006-10-07 |
Nicholas Clark |
No need to create a new magic vtable if it's all 0... |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-10-06 |
Nicholas Clark |
Generate the overload enum and names array programatica... |
blob | commitdiff | diff to current |
2006-10-06 |
Nicholas Clark |
Reoder struct am_table and am_table_short to save 8... |
blob | commitdiff | diff to current |
2006-10-03 |
Jim Cromie |
[patch] convert spare debug flag to DEBUG_U, for Unoffi... |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-28 |
Nicholas Clark |
Silence two warnings from gcc when being -pedantic |
blob | commitdiff | diff to current |
2006-09-25 |
Yves Orton |
Add hook for re_dup() into regex engine as reg_dupe... |
blob | commitdiff | diff to current |
2006-09-14 |
Jarkko Hietaniemi |
(1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC |
blob | commitdiff | diff to current |
2006-09-11 |
Jarkko Hietaniemi |
C++: Solaris CC now compiles "perl" |
blob | commitdiff | diff to current |
2006-09-08 |
Rafael Garcia-Suarez |
Use %^H instead of $^H for the assertions pragma |
blob | commitdiff | diff to current |
2006-09-05 |
Robin Barker |
; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma... |
blob | commitdiff | diff to current |
2006-08-21 |
Jarkko Hietaniemi |
g++/Tru64: got perl linking once got the linkage right |
blob | commitdiff | diff to current |
2006-08-17 |
Jarkko Hietaniemi |
Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) |
blob | commitdiff | diff to current |
2006-08-17 |
Steve Peters |
syscall() declaration in perl.h needs to have an EXTERN... |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-08-02 |
Jarkko Hietaniemi |
g++ heavy shoveling |
blob | commitdiff | diff to current |
2006-08-01 |
Jarkko Hietaniemi |
g++ dNOOP (luckily one can mix code and decls in C++) |
blob | commitdiff | diff to current |
2006-07-18 |
Jarkko Hietaniemi |
make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE |
blob | commitdiff | diff to current |
2006-07-15 |
Yves Orton |
Updated escaping code. utf8 regex debug output improvements |
blob | commitdiff | diff to current |
2006-07-13 |
Jarkko Hietaniemi |
z/OS: non-CPAN ext and lib + main() without the third... |
blob | commitdiff | diff to current |
2006-07-11 |
Andy Dougherty |
Re: [perl #39634] gcc 3.3 has problems with __attribute... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Add Russ Allbery's public domain implementations of... |
blob | commitdiff | diff to current |
2006-07-06 |
Yves Orton |
Introduce a new function, pv_escape(), to display conte... |
blob | commitdiff | diff to current |
2006-06-30 |
Rafael Garcia-Suarez |
Fix casting warnings related to snprintf/vsnprintf |
blob | commitdiff | diff to current |
2006-06-30 |
Andy Dougherty |
HASATTRIBUTE_UNUSED works for gcc-3.3, but not for... |
blob | commitdiff | diff to current |
2006-05-29 |
Rafael Garcia-Suarez |
Regen headers following change 28325. Also, make it... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Move the hints from op_private into cop_hints. This... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_arybase. Signal a non zero $[ with a hint... |
blob | commitdiff | diff to current |
2006-05-19 |
Jarkko Hietaniemi |
Re: [PATCH] Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-17 |
Rafael Garcia-Suarez |
Parenthesize uses of macro arguments |
blob | commitdiff | diff to current |
2006-05-17 |
Jarkko Hietaniemi |
Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-05-09 |
Vadim Konovalov |
wince crosscompile patch for 28132 |
blob | commitdiff | diff to current |
2006-05-03 |
Rafael Garcia-Suarez |
Introduce a new keyword, state, for state variables. |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz |
Cleanup some gcc warnings |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Turn on UTF8 cache assertions with -Ca |
blob | commitdiff | diff to current |
2006-04-07 |
Steve Hay |
Patch from Jarkko to fix breakage caused by change... |
blob | commitdiff | diff to current |
2006-04-03 |
Rafael Garcia-Suarez |
Take splint into account for PERL_UNUSED_ARG (patch... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Change 27677 missed two direct accesses to op_private... |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell |
use slabs to allocate save state space in regmatch() |
blob | commitdiff | diff to current |
2006-03-31 |
Rafael Garcia-Suarez |
Updated version of the grumpy comment deleted by change... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Redo PERL_UNUSED_DECL |
blob | commitdiff | diff to current |
2006-03-31 |
Rafael Garcia-Suarez |
Document new magic types in perlguts. Fix a comment... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-14 |
Andy Lester |
Do nothing in a GCC-friendly way |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Almost all the MAD changes for op.c |
blob | commitdiff | diff to current |
2006-03-07 |
Nicholas Clark |
Some of the MAD structures in headers, plus PL_madskill... |
blob | commitdiff | diff to current |
2006-03-07 |
Nicholas Clark |
Remove the #define - ARENASETS are always on now. |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark |
Only #define PERL_DONT_CREATE_GVSV if it wasn't already... |
blob | commitdiff | diff to current |
2006-03-03 |
Andy Lester |
Support for __builtin_expect and __builtin_choose_expr |
blob | commitdiff | diff to current |
2006-03-02 |
Andy Lester |
mgvtbl initialization |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Remove set magic from typeglobs. Remove typeglob magic... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Remove get magic from typeglobs. This means that PVGVs... |
blob | commitdiff | diff to current |
2006-02-18 |
Jim Cromie |
arena-rework : consolidated patch |
blob | commitdiff | diff to current |
2006-02-16 |
Merijn Broeren |
Problem compiling swigged c++ code with 5.8.8 |
blob | commitdiff | diff to current |
2006-02-11 |
Nicholas Clark |
Remove SOFT_CAST() as it no longer does anything useful. |
blob | commitdiff | diff to current |
2006-02-10 |
Steve Hay |
A better fix than 27148 |
blob | commitdiff | diff to current |
2006-02-04 |
Nicholas Clark |
Enhance PERL_TRACK_MEMPOOL so that it also emulates... |
blob | commitdiff | diff to current |
2006-02-03 |
John E. Malmberg |
Help to compile on VMS with UNLINK_ALL_VERSIONS |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-01-31 |
Steve Peters |
Intel C Compiler 9.0 hatefully defines __GNUC__. Unfor... |
blob | commitdiff | diff to current |
2006-01-23 |
Rafael Garcia-Suarez |
Un-const magic virtual tables; this consting breaks... |
blob | commitdiff | diff to current |
2006-01-13 |
Gisle Aas |
Fix [perl #38223]; _IOC_SIZE() not always safe. |
blob | commitdiff | diff to current |
2006-01-08 |
Nicholas Clark |
Update copyright years (including some years where... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
next |