| Commit message (Expand) | Author | Age | Files | Lines |
* | In Perl_write_to_stderr(), use Perl_magic_methcall() if STDERR is tied. | Nicholas Clark | 2011-01-13 | 3 | -22/+15 |
* | Update Pod-LaTeX to CPAN version 0.59 | Chris 'BinGOs' Williams | 2011-01-13 | 6 | -28/+29 |
* | ithread_create() was relying on the stack not moving. Fix this. | Nicholas Clark | 2011-01-13 | 1 | -21/+25 |
* | Update to Win32-0.44 from CPAN | Jan Dubois | 2011-01-12 | 4 | -2/+6 |
* | Update to Win32-0.43 from CPAN | Jan Dubois | 2011-01-12 | 4 | -18/+32 |
* | Remove trailing blanks | Michael Stevens | 2011-01-12 | 1 | -2/+2 |
* | Update Term-UI to CPAN version 0.24 | Chris 'BinGOs' Williams | 2011-01-12 | 4 | -3/+10 |
* | Update IO-Compress to CPAN version 2.033 | Chris 'BinGOs' Williams | 2011-01-11 | 45 | -341/+498 |
* | Fix execute permissions on the last commit | Chris 'BinGOs' Williams | 2011-01-11 | 3 | -0/+0 |
* | Update Compress-Raw-Zlib to CPAN version 2.033 | Chris 'BinGOs' Williams | 2011-01-11 | 9 | -11/+33 |
* | Update Compress-Raw-Bzip2 to CPAN version 2.033 | Chris 'BinGOs' Williams | 2011-01-11 | 7 | -11/+25 |
* | Update DB_File to CPAN version 1.821 | Chris 'BinGOs' Williams | 2011-01-11 | 8 | -22/+31 |
* | In S_ithread_create, reduce the amount of conditionally compiled C code. | Nicholas Clark | 2011-01-11 | 2 | -31/+12 |
* | embed.fnc: Silence 'no docs' message | Karl Williamson | 2011-01-10 | 1 | -1/+1 |
* | Correct the "unimplemented" message for get{host,net,proto,serv}ent aliases. | Nicholas Clark | 2011-01-10 | 1 | -4/+4 |
* | remove perlapollo from perl.pod | Robin Barker | 2011-01-11 | 1 | -1/+0 |
* | Merge the implementations of {end,set}{gr,pw}ent with endhostent. | Nicholas Clark | 2011-01-10 | 4 | -53/+38 |
* | Merge the implementations of pp_s{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 4 | -34/+28 |
* | Merge the implementations of pp_e{host,net,proto,serv}ent. | Nicholas Clark | 2011-01-10 | 4 | -38/+28 |
* | newSVpvf_nocontext only visible with threads, fix for non-threaded | Tony Cook | 2011-01-10 | 1 | -4/+4 |
* | utf8.c: Renumber cases in switch | Karl Williamson | 2011-01-09 | 1 | -3/+3 |
* | utf8.c: Change to warn_d in two places | Karl Williamson | 2011-01-09 | 1 | -2/+3 |
* | utf8.h: remove wrong, no-longer used #define | Karl Williamson | 2011-01-09 | 1 | -2/+0 |
* | mktables: Now can test surrogates and nonchars | Karl Williamson | 2011-01-09 | 1 | -2/+0 |
* | Document the flip of problematic code points handling | Karl Williamson | 2011-01-09 | 2 | -20/+89 |
* | Add warnings for use of problematic code points | Karl Williamson | 2011-01-09 | 3 | -81/+336 |
* | utf8.c: Whitespace only | Karl Williamson | 2011-01-09 | 1 | -35/+35 |
* | op.c: Remove unnecessary flag | Karl Williamson | 2011-01-09 | 1 | -2/+1 |
* | utf8.c(): Default to allow problematic code points | Karl Williamson | 2011-01-09 | 4 | -110/+228 |
* | utf8.c: Nits in pod | Karl Williamson | 2011-01-09 | 1 | -6/+5 |
* | Add check_utf8_print() | Karl Williamson | 2011-01-09 | 6 | -0/+76 |
* | perldiag.pod: Remove more format precisions | Karl Williamson | 2011-01-09 | 1 | -5/+5 |
* | diag.t: Change so a fixed TODO passes | Karl Williamson | 2011-01-09 | 1 | -3/+4 |
* | utf8.h: white space, add comments | Karl Williamson | 2011-01-09 | 1 | -3/+6 |
* | update Module::CoreList for v5.12.3 | Ricardo Signes | 2011-01-09 | 2 | -4/+640 |
* | Generate "Unsupported socket function" stubs using PL_ppaddr. | Nicholas Clark | 2011-01-09 | 4 | -51/+90 |
* | Rename pp_send to pp_syswrite, making send an alias for syswrite. | Nicholas Clark | 2011-01-09 | 4 | -6/+6 |
* | In opcode.h, use the alias macros in PL_ppaddr[] | Nicholas Clark | 2011-01-09 | 2 | -97/+97 |
* | Remove commented-out code from regen/opcode.pl | Nicholas Clark | 2011-01-09 | 1 | -13/+0 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 8 | -110/+13 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 26 | -1192/+436 |
* | embed.pl can read the names of ck_* functions direct from regen/opcodes | Nicholas Clark | 2011-01-09 | 3 | -55/+20 |
* | Extract the opcode data from regen/opcode.pl into regen/opcodes | Nicholas Clark | 2011-01-09 | 5 | -557/+554 |
* | Replace OP stubs in mathoms.c with #define aliases in opcode.h | Nicholas Clark | 2011-01-09 | 3 | -452/+113 |
* | Update CPANPLUS to CPAN version 0.9011 | Chris 'BinGOs' Williams | 2011-01-09 | 9 | -8/+14 |
* | Update CPANPLUS-Dist-Build to CPAN version 0.52 | Chris 'BinGOs' Williams | 2011-01-09 | 4 | -3/+7 |
* | Update Term-UI to CPAN version 0.22 | Chris 'BinGOs' Williams | 2011-01-08 | 3 | -2/+6 |
* | Update Params-Check to CPAN version 0.28 | Chris 'BinGOs' Williams | 2011-01-08 | 4 | -16/+17 |
* | diag.t: Remove printf conversion modifiers from msgs | Karl Williamson | 2011-01-08 | 2 | -10/+11 |
* | diag.t: Check that TODOs haven't been done | Karl Williamson | 2011-01-08 | 1 | -0/+5 |