2001-09-22 |
Abhijit Menon-Sen | Do what perl_clone() does for sharedsv functions. |
blob | commitdiff |
2001-09-22 |
Abhijit Menon-Sen | More cleanups. (What's PERL_DECL_PROT?) |
blob | commitdiff | diff to current |
2001-09-14 |
Jarkko Hietaniemi | Retract #12013, didn't go over too well in Tru64. |
blob | commitdiff | diff to current |
2001-09-14 |
Nicholas Clark | (Retracted by #12015) |
blob | commitdiff | diff to current |
2001-09-10 |
Artur Bergman | Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_C... |
blob | commitdiff | diff to current |
2001-09-09 |
Rafael Garcia-Suarez | Re: [ID 20010810.011] 'use v2b' not allowed with strict |
blob | commitdiff | diff to current |
2001-09-05 |
Nicholas Clark | Re: [ID 20010825.006] -DCRIPPLED_CC is broken |
blob | commitdiff | diff to current |
2001-09-05 |
Nicholas Clark | oct and hex in glorious 64 bit (with less bugs) (was... |
blob | commitdiff | diff to current |
2001-08-31 |
Gurusamy Sarathy | remove deprecated PERL_OBJECT cruft, it has long since... |
blob | commitdiff | diff to current |
2001-08-27 |
Artur Bergman | Removed tripple definitions of CUSTOM_OP functions. |
blob | commitdiff | diff to current |
2001-08-27 |
Artur Bergman | Changes USE_THREADS to USE_5005THREADS in the entire... |
blob | commitdiff | diff to current |
2001-08-27 |
Simon Cozens | Custom Ops |
blob | commitdiff | diff to current |
2001-08-17 |
Artur Bergman | Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which... |
blob | commitdiff | diff to current |
2001-08-13 |
Jarkko Hietaniemi | [PATHC] sharedsv.[c|h] |
blob | commitdiff | diff to current |
2001-08-07 |
Gurusamy Sarathy | Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl... |
blob | commitdiff | diff to current |
2001-07-20 |
Gurusamy Sarathy | Make perl fork()-safe (in a slightly limited way) even on |
blob | commitdiff | diff to current |
2001-07-12 |
Abhijit Menon-Sen | Perl_re_dup() |
blob | commitdiff | diff to current |
2001-07-12 |
Paul Johnson | More accurate line numbers in messages |
blob | commitdiff | diff to current |
2001-07-12 |
Jarkko Hietaniemi | Retract #11289. |
blob | commitdiff | diff to current |
2001-07-12 |
Jarkko Hietaniemi | (Retracted by #11289.) |
blob | commitdiff | diff to current |
2001-07-11 |
Peter Prymmer | blead kit timestamps && the problem with running perl... |
blob | commitdiff | diff to current |
2001-07-08 |
Simon Cozens | Simplify yytoke() |
blob | commitdiff | diff to current |
2001-07-06 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2001-07-05 |
Gurusamy Sarathy | fix the binary compatibility issue when building with... |
blob | commitdiff | diff to current |
2001-07-02 |
Gurusamy Sarathy | rename s/sv_getcwd/getcwd_sv/ for better conformance... |
blob | commitdiff | diff to current |
2001-06-25 |
Jarkko Hietaniemi | Enclose the new symbols in START_EXTERN_C and END_EXTERN_C |
blob | commitdiff | diff to current |
2001-06-21 |
Jarkko Hietaniemi | Retract the #10417 mg.c and embed.pl parts because of |
blob | commitdiff | diff to current |
2001-06-20 |
Artur Bergman | Fixes case of CvDEPTH for perl_clone |
blob | commitdiff | diff to current |
2001-06-20 |
Jarkko Hietaniemi | Replace our implementation of realpath() with OpenBSD's |
blob | commitdiff | diff to current |
2001-06-20 |
Jarkko Hietaniemi | After some reading I don't think we can blindly |
blob | commitdiff | diff to current |
2001-06-18 |
Dave Mitchell | Re: [PATCH 5.7.1] sv.c documentation |
blob | commitdiff | diff to current |
2001-06-18 |
Dave Mitchell | sv.c documentation |
blob | commitdiff | diff to current |
2001-06-18 |
Jarkko Hietaniemi | Split off the pack/unpack code, from Nicholas Clark. |
blob | commitdiff | diff to current |
2001-06-15 |
Nick Ing-Simmons | Fix open.pm to work via XS-implemented method calls... |
blob | commitdiff | diff to current |
2001-06-14 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2001-06-13 |
Hugo van der Sanden | splitting util.c |
blob | commitdiff | diff to current |
2001-06-13 |
Andy Dougherty | Small bcopy cleanup |
blob | commitdiff | diff to current |
2001-06-10 |
Jarkko Hietaniemi | Move the grok_number and its lieutenant grok_numeric_radix |
blob | commitdiff | diff to current |
2001-06-10 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2001-06-10 |
Hugo van der Sanden | Re: pragma/locale.t #107 |
blob | commitdiff | diff to current |
2001-06-09 |
Jarkko Hietaniemi | Numeric conversion tweaks suggested by Hugo and Nicholas. |
blob | commitdiff | diff to current |
2001-06-06 |
Jarkko Hietaniemi | The proper prototyping for #10463. |
blob | commitdiff | diff to current |
2001-06-03 |
Jarkko Hietaniemi | Various "cast to pointer from integer of different... |
blob | commitdiff | diff to current |
2001-06-03 |
Simon Cozens | APIfy op_clear |
blob | commitdiff | diff to current |
2001-06-02 |
Jarkko Hietaniemi | -Wall cleanup continues. |
blob | commitdiff | diff to current |
2001-06-02 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2001-06-01 |
Hugo van der Sanden | Re: [ID 20010529.006] String plus zero inconsistent... |
blob | commitdiff | diff to current |
2001-06-01 |
Doug MacEachern | [patch] Cwd.xs optimizations/abstraction |
blob | commitdiff | diff to current |
2001-05-26 |
Hugo van der Sanden | Re: 5.6.*, bleadperl: bugs in pp_concat |
blob | commitdiff | diff to current |
2001-05-26 |
Juha Laiho | [ID 20010506.012] Patch for 5.6.1 embed.pl (shared... |
blob | commitdiff | diff to current |
2001-05-10 |
Doug MacEachern | [patch] make op_{clear,null} public |
blob | commitdiff | diff to current |
2001-05-07 |
Benjamin Sugars | Help -Dt show correct pad variables |
blob | commitdiff | diff to current |
2001-04-29 |
Jarkko Hietaniemi | In character classes one couldn't have 0x80..0xff chara... |
blob | commitdiff | diff to current |
2001-04-19 |
Jarkko Hietaniemi | The new time utils need to be public. |
blob | commitdiff | diff to current |
2001-04-19 |
Jarkko Hietaniemi | Move the strftime() wrapper from POSIX.xs to util.c |
blob | commitdiff | diff to current |
2001-04-18 |
Jarkko Hietaniemi | Move the init_tm() and mini_mktime() up from POSIX... |
blob | commitdiff | diff to current |
2001-04-06 |
Jarkko Hietaniemi | Integrate changes #9584,9587 from maintperl into mainline. |
blob | commitdiff | diff to current |
2001-04-04 |
Benjamin Sugars | Re: [PATCH] Lighten up glob |
blob | commitdiff | diff to current |
2001-04-01 |
Jarkko Hietaniemi | tr/// UTF-8 tweaking from Inaba Hiroto. |
blob | commitdiff | diff to current |
2001-03-27 |
Robin Houston | Autoloading Errno.pm when %! is encountered |
blob | commitdiff | diff to current |
2001-03-22 |
Nick Ing-Simmons | Die on n-arg open(...,"",xxx,yyy,...) |
blob | commitdiff | diff to current |
2001-03-20 |
Nick Ing-Simmons | More EBCDIC stuff: |
blob | commitdiff | diff to current |
2001-03-18 |
Jarkko Hietaniemi | Integrate change #9197 from maintperl to mainline. |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi | Integrate change #9154 from maintperl to mainline. |
blob | commitdiff | diff to current |
2001-03-12 |
Jarkko Hietaniemi | Integrate change #9108 from maintperl to mainline. |
blob | commitdiff | diff to current |
2001-03-10 |
Nick Ing-Simmons | EBCDIC sanity - phase I |
blob | commitdiff | diff to current |
2001-03-01 |
Nicholas Clark | don't write along symlinks into a read only source... |
blob | commitdiff | diff to current |
2001-02-24 |
Nick Ing-Simmons | Encode API documentation nd tidy up. |
blob | commitdiff | diff to current |
2001-02-22 |
Peter Prymmer | [patch: perl@8867] embed.{h|pl} need not mention ebcdic... |
blob | commitdiff | diff to current |
2001-02-21 |
Jarkko Hietaniemi | Put back the #8840, it was innocent. |
blob | commitdiff | diff to current |
2001-02-20 |
Jarkko Hietaniemi | Retract the #8838 and #8840 for now because of |
blob | commitdiff | diff to current |
2001-02-19 |
Doug MacEachern | [patch] add sv_setref_uv |
blob | commitdiff | diff to current |
2001-02-17 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2001-02-17 |
Doug MacEachern | [patch] -Wall |
blob | commitdiff | diff to current |
2001-02-13 |
Jarkko Hietaniemi | Merge ebcdic.c (only one function, ebcdic_control(... |
blob | commitdiff | diff to current |
2001-02-10 |
Doug MacEachern | [patch] GvSHARED |
blob | commitdiff | diff to current |
2001-02-09 |
Andy Dougherty | Re: [PATCH embed.pl] Forgot to add ./lib to @INC for... |
blob | commitdiff | diff to current |
2001-02-08 |
Charles Bailey | SYN SYN |
blob | commitdiff | diff to current |
2001-02-08 |
Doug MacEachern | Re: [patch] Re: PL_ptr_table |
blob | commitdiff | diff to current |
2001-02-01 |
Jarkko Hietaniemi | Integrate changes #8641,8644,8649,8654,8662,8663,8664... |
blob | commitdiff | diff to current |
2001-01-28 |
Jarkko Hietaniemi | Patch from Inaba Hiroto: |
blob | commitdiff | diff to current |
2001-01-27 |
Simon Cozens | Re: Announce : Tokener reporting patch |
blob | commitdiff | diff to current |
2001-01-24 |
Charles Bailey | SYN SYN |
blob | commitdiff | diff to current |
2001-01-23 |
Roca, Ignasi | RE: [PATCH perl@8269] Corrections for Perl_yylex_r... |
blob | commitdiff | diff to current |
2001-01-21 |
Nick Ing-Simmons | Integrate mainline. |
blob | commitdiff | diff to current |
2001-01-20 |
Jarkko Hietaniemi | Forgot the expect_number() prototype. |
blob | commitdiff | diff to current |
2001-01-20 |
Nick Ing-Simmons | Infrastructure to allow: |
blob | commitdiff | diff to current |
2001-01-16 |
Nick Ing-Simmons | Provide infrastructure for PERL_ASYNC_CHECK() style... |
blob | commitdiff | diff to current |
2001-01-16 |
Simon Cozens | Re: API Cleanup |
blob | commitdiff | diff to current |
2001-01-12 |
Stephen McCamant | Consolidated lvalue sub changes |
blob | commitdiff | diff to current |
2001-01-09 |
Inaba Hiroto | One more patch for UTF8 |
blob | commitdiff | diff to current |
2001-01-08 |
Nick Ing-Simmons | Fix "scalars leaked" bugs caused by overload magic |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey | Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2000-12-30 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2000-12-30 |
Inaba Hiroto | more UTF8 test suites and an UTF8 patch |
blob | commitdiff | diff to current |
2000-12-19 |
Nick Ing-Simmons | Integrate mainline. |
blob | commitdiff | diff to current |
2000-12-17 |
Jarkko Hietaniemi | Polymorphic regexps. |
blob | commitdiff | diff to current |
2000-12-15 |
Jarkko Hietaniemi | Return of the IVUV-preservation, now seems to be happy... |
blob | commitdiff | diff to current |
2000-12-15 |
Ilya Zakharevich | speeding up object creation/destruction 4x times |
blob | commitdiff | diff to current |
2000-12-15 |
Jarkko Hietaniemi | This seems to be a stage sane and stable enough to... |
blob | commitdiff | diff to current |
next |