2013-05-20 |
Nicholas Clark | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_... |
blob | commitdiff |
2013-05-20 |
Nicholas Clark | Extract the generated packprops array into packsizetabl... |
blob | commitdiff | diff to current |
2013-05-06 |
David Mitchell | improve unpackstring() API docs |
blob | commitdiff | diff to current |
2013-03-19 |
Paul Green | Remove VOS floating-point workaround; VOS bug long... |
blob | commitdiff | diff to current |
2013-01-13 |
Daniel Dragan | better POD for unpackstring |
blob | commitdiff | diff to current |
2012-12-23 |
Craig A. Berry | Proper IEEE overflow semantics for VMS. |
blob | commitdiff | diff to current |
2012-12-09 |
Karl Williamson | pp.c pp_pack.c: Use macro instead of function |
blob | commitdiff | diff to current |
2012-11-25 |
Karl Williamson | Remove "register" declarations |
blob | commitdiff | diff to current |
2012-10-01 |
Father Chrysostomos | pp_pack.c: Simplify sv length determination in one... |
blob | commitdiff | diff to current |
2012-08-31 |
Father Chrysostomos | Stop calling get-magic twice in pack "u", $utf8 |
blob | commitdiff | diff to current |
2012-08-18 |
Karl Williamson | Omnibus removal of register declarations |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2012-05-24 |
Marcus Holland-Moritz | [perl #60204] Unhelpful error message from unpack |
blob | commitdiff | diff to current |
2012-05-22 |
Karl Williamson | pp_pack.c: Use macro instead of its expansion |
blob | commitdiff | diff to current |
2012-01-16 |
Nicholas Clark | Provide as much diagnostic information as possible... |
blob | commitdiff | diff to current |
2011-05-18 |
Father Chrysostomos | [perl #90160] U* gives ‘U0 mode on an empty string’ |
blob | commitdiff | diff to current |
2011-03-21 |
David Mitchell | pack test failures with long doubles on x86/gcc |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in Perl sources. |
blob | commitdiff | diff to current |
2010-05-04 |
Vincent Pit | Silence a couple of false positive "may be used uniniti... |
blob | commitdiff | diff to current |
2010-04-30 |
Tony Cook | RT#73814 - unpack() didn't handle scalar context correc... |
blob | commitdiff | diff to current |
2010-01-19 |
Tony Cook | Fix for #71506: work around possible gcc bug |
blob | commitdiff | diff to current |
2009-11-10 |
Sisyphus | Add mingw64 support |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Normalise 3 fatal pack/unpack error messages to "panic... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | In uni_to_bytes(), fix ckWARN() anomaly. |
blob | commitdiff | diff to current |
2009-06-23 |
Robin Barker | Fix for RT #52552. |
blob | commitdiff | diff to current |
2009-05-20 |
Nicholas Clark | Replace run-time on-demand initialisation of PL_bitcoun... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen | PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz | Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark | assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-02-08 |
Paul Green | RE: Perl @ 33218 (Stratus VOS patches) |
blob | commitdiff | diff to current |
2008-02-06 |
Nicholas Clark | in unpack, () groups in scalar context were still retur... |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz | Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark | Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark | Add a new function newSVpvn_flags(), which takes a... |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark | Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-05-10 |
Marc Lehmann | Re: Compress::Zlib, pack "C" and utf-8 [PATCH] |
blob | commitdiff | diff to current |
2007-04-24 |
Nicholas Clark | Make PL_uudmap a constant global. Remove the run time... |
blob | commitdiff | diff to current |
2007-04-23 |
Nicholas Clark | Remove the unnecessary allocation of and assignment... |
blob | commitdiff | diff to current |
2007-04-05 |
Nicholas Clark | S_op_destroy() was not static. Also tidy all other... |
blob | commitdiff | diff to current |
2006-10-03 |
dgay@acm.org | [perl #40427] Segfault in pack |
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-07 |
Jarkko Hietaniemi | g++ large patch |
blob | commitdiff | diff to current |
2006-07-27 |
Steve Hay | Clear up most of the VC6 compiler warnings in the follo... |
blob | commitdiff | diff to current |
2006-05-23 |
Andy Lester | clean some lint findings |
blob | commitdiff | diff to current |
2006-05-16 |
SADAHIRO Tomoyuki | Re: [PATCH] upgrade bytes_to_uni |
blob | commitdiff | diff to current |
2006-05-12 |
Andy Lester | upgrade bytes_to_uni |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark | Replace a STRLEN no_len; with a _nolen macro call. |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark | Perl_pack_cat() is a mathom too! |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark | One part of pp_pack couldn't correctly handle surprises... |
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-24 |
Nicholas Clark | Perl_unpack_str() is a mathom! |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay | Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez | More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2005-12-31 |
Jan Dubois | op/pack.t failure on Win64 |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester | More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-12-02 |
Andy Lester | Signs, signs, everywhere a sign |
blob | commitdiff | diff to current |
2005-11-14 |
Rafael Garcia-Suarez | The warning "Field too wide in 'u' format in pack"... |
blob | commitdiff | diff to current |
2005-11-11 |
Andy Lester | Const & local: Special Victims Unit |
blob | commitdiff | diff to current |
2005-11-07 |
Gisle Aas | Missing static declarations |
blob | commitdiff | diff to current |
2005-10-17 |
Steve Hay | Make some casts explicit to keep VC++ 7 happy |
blob | commitdiff | diff to current |
2005-09-21 |
Nicholas Clark | Remove the last STRLEN n_a;s that my compiler can reach. |
blob | commitdiff | diff to current |
2005-09-17 |
Nicholas Clark | Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5... |
blob | commitdiff | diff to current |
2005-09-13 |
Andy Lester | The return of the consting |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester | more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Dave Mitchell | make the expensive ckWARN() be called as late as possible |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie | Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester | Pre-YAPC consting fun |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark | More SvPV consting, including some code cleanup and... |
blob | commitdiff | diff to current |
2005-06-09 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-09 |
Andy Lester | pp_pack.c cleanup |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Nuke some more n_a, and convert S_gv_ename from char... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting. |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | Lots of consting |
blob | commitdiff | diff to current |
2005-06-02 |
Steve Peters | SvPVX_const() - part 3 ... and const'ing Storable |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez | Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez | Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-02 |
Andy Lester | printf.patch: Adding printf checking for gcc |
blob | commitdiff | diff to current |
2005-04-26 |
Andy Lester | Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent... |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi | combopatch |
blob | commitdiff | diff to current |
2005-04-22 |
Andy Lester | pp_pack.c warning quieting |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters | Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark | Add casting to allow g++ (3.3.5) to compile the core... |
blob | commitdiff | diff to current |
2005-03-31 |
Craig A. Berry | pp_pack.c warnings on VMS |
blob | commitdiff | diff to current |
2005-03-30 |
Ton Hospel | Re: PATCH: byte count feature request for unpack |
blob | commitdiff | diff to current |
2005-03-29 |
Steve Hay | Clean-up some warnings when compiling on Win32 with... |
blob | commitdiff | diff to current |
2005-03-21 |
Nicholas Clark | Casts needed to make VMS happy. (It gets very upset... |
blob | commitdiff | diff to current |
2005-03-21 |
Ton Hospel | Re: unpack A strip patch |
blob | commitdiff | diff to current |
2005-03-21 |
Ton Hospel | pack / for general types |
blob | commitdiff | diff to current |
2005-03-14 |
Ton Hospel | pp_pack.c, simplifying genpacksizetables |
blob | commitdiff | diff to current |
2005-03-12 |
Rafael Garcia-Suarez | Indentation patch by Ton Hospel for pp_pack |
blob | commitdiff | diff to current |
2005-03-09 |
Rafael Garcia-Suarez | Further pack optimisations by Ton Hospel |
blob | commitdiff | diff to current |
next |