(Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
[p5sagit/p5-mst-13.2.git] / sv.h
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-11-29 Jarkko Hietaniemi Change $=, $., $*, $%, and $- to be IVs instead of...
2001-11-12 Jeffrey Friedl a few typo fixes
2001-10-28 Tim Jenness sv.h documentation
2001-10-20 Nick Ing-Simmons Add a new flag character 'm' to embed.pl set to represent
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-09-30 Jarkko Hietaniemi Retract the #12259 for now.
2001-09-28 Nicholas Clark Re: macro redefinitions on Win32 (was Re: Question...
2001-09-17 Abhijit Menon-Sen Its a nit!
2001-09-14 Jarkko Hietaniemi Retract #12013, didn't go over too well in Tru64.
2001-09-14 Nicholas Clark (Retracted by #12015)
2001-09-05 Nicholas Clark Re: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-30 Artur Bergman Introduces SvREPADTMP(sv) that marks a repad SvIV as...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-07-08 Jarkko Hietaniemi Retract #11212.
2001-07-08 Graham Barr (Retracted by #11223.)
2001-06-27 Abhijit Menon-Sen two little documentation nits
2001-06-26 Artur Bergman Adds perl_clone_host under IMPLICIT SYS
2001-06-20 Artur Bergman Fixes case of CvDEPTH for perl_clone
2001-06-18 Dave Mitchell sv.c documentation
2001-06-04 Jarkko Hietaniemi Sigh. This is what #10424 was supposed to check in.
2001-05-28 Richard Soderberg Pod nitpicks
2001-05-26 Hugo van der Sanden Re: 5.6.*, bleadperl: bugs in pp_concat
2001-05-24 Mike Guy Don't think about UTF8
2001-04-23 dLux Fix for
2001-03-27 Gisle Aas Re: perl@9359 breaks HTML::Parser
2001-02-08 Doug MacEachern Re: [patch] Re: PL_ptr_table
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-15 Jarkko Hietaniemi Return of the IVUV-preservation, now seems to be happy...
2000-12-15 Jarkko Hietaniemi This seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clark faster and 64 bit preserving arithmetic
2000-12-05 Ilya Zakharevich Re: [PATCH] The largest hoax of all times?
2000-12-05 Michael Stevens The one that got away in #7984.
2000-12-04 Jarkko Hietaniemi Retract #7977, still too volatile (the euphemism of...
2000-12-04 Simon Cozens (Retracted by #7978, too shaky yet.)
2000-10-20 Charles Bailey SYN SYN
2000-10-13 Jarkko Hietaniemi In Amdahl UTS "struct sv" is defined by a system header,
2000-10-06 Jarkko Hietaniemi The HINT_BYTE patch is apparently unnecessary, retracted.
2000-10-06 Jarkko Hietaniemi Patch from Peter Prymmer to disable utf8 in EBCDIC...
2000-09-11 Jarkko Hietaniemi Document the SvUTF8*().
2000-09-05 Jarkko Hietaniemi Document the SvIOK_.*UV().
2000-08-08 Mike Guy Re: [ID 20000807.008] Double reads considered evil...
2000-08-06 Jarkko Hietaniemi Have symbols for the IoTYPEs.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-03 Mike Guy sv.h documentation - SvLEN
2000-07-14 Gurusamy Sarathy rename totally bletcherous SvLOCK() thingy (doesn't...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6217 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-07 Jarkko Hietaniemi Fix the alignment problem in Crays ([ID 20000612.002]).
2000-07-05 Jarkko Hietaniemi Integrate with Sarathy, preliminary fix for unicos
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-07 Jarkko Hietaniemi Mopup for #6207 and #6209.
2000-06-07 Dan Sugalski Lock PL_fdpid against race conditions, based on:
2000-06-06 Dan Sugalski Threadsafe patches
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy commentary about IoTYPE() (from Nathan Torkington)
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-20 Gurusamy Sarathy sv_true() has a superfluous test
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathy nailed "our" declarations, and better warnings on duplicate
1999-12-28 Gurusamy Sarathy integrate utfperl contents into mainline
1999-12-26 Gurusamy Sarathy fix typos
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-16 Gurusamy Sarathy typo in flag checks
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-09 Gurusamy Sarathy IoDIRP may be fake when used in source filters, mark...
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-02 Nick Ing-Simmons Incremental merge of mainline
1999-09-29 Charles Bailey resync with mainline
1999-09-25 Larry Wall Re: [PATCH 5.005_61] "our" declarations
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-10 Gurusamy Sarathy dos-djgpp update (from Laszlo Molnar <laszlo.molnar...
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya Zakharevich slightly modified version of suggested patch
1999-07-19 Gurusamy Sarathy win32 nits
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-04-03 Gurusamy Sarathy remove duplicate code and an extra branch in sv_setsv...
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-14 Jan Dubois provide SvPV_nolen(sv) to avoid use of PL_na
1999-02-14 Gurusamy Sarathy slurping an empty file should return '' rather than...
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1998-11-27 Jan Dubois add ext/Devel/Peek
next