2003-08-03 |
Adrian M. Enache |
Re: [perl #23207] persistant sideffect involving bitwis... |
blob | commitdiff |
2003-07-29 |
Jarkko Hietaniemi |
Quieten MSVC6. |
blob | commitdiff | diff to current |
2003-07-18 |
Stephen McCamant |
Re: Oops - Can't calculate our powers |
blob | commitdiff | diff to current |
2003-06-22 |
Jarkko Hietaniemi |
Move the (pseudo)seed functio for (pseudo)random number... |
blob | commitdiff | diff to current |
2003-06-18 |
Adrian M. Enache |
Re: [perl #22727] split() with re_eval segfaults/panics |
blob | commitdiff | diff to current |
2003-06-13 |
Rafael Garcia-Suarez |
Remove the deprecated $* variable. |
blob | commitdiff | diff to current |
2003-05-13 |
Jarkko Hietaniemi |
Better be explicit with dangling elses. |
blob | commitdiff | diff to current |
2003-05-12 |
Alex Vandiver |
Re: Bug stomping fun. [PATCH: bug #1016] |
blob | commitdiff | diff to current |
2003-05-08 |
Yitzchak Scott-Tho... |
Re: [perl #17718] %tiedhash in bool context doesn't... |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-04-15 |
Jarkko Hietaniemi |
Big patch from Alan Burlison to make Solaris long doubl... |
blob | commitdiff | diff to current |
2003-04-07 |
Jarkko Hietaniemi |
The SvGROW() might move the PV. |
blob | commitdiff | diff to current |
2003-04-02 |
Yitzchak Scott-Tho... |
Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s... |
blob | commitdiff | diff to current |
2003-04-02 |
H.Merijn Brand |
#19122 should have been tested on non-glibc system... |
blob | commitdiff | diff to current |
2003-04-01 |
Jarkko Hietaniemi |
Integrate: |
blob | commitdiff | diff to current |
2003-03-23 |
Jarkko Hietaniemi |
Integrate from maint-5.8: |
blob | commitdiff | diff to current |
2003-03-18 |
Hugo van der Sanden |
add comment at undef postinc special case |
blob | commitdiff | diff to current |
2003-03-07 |
Jarkko Hietaniemi |
Define the Perl_pp_i_modulo_1() only iff we have glibc. |
blob | commitdiff | diff to current |
2003-03-03 |
Jarkko Hietaniemi |
Use a macro for abs() to avoid the possible truncation... |
blob | commitdiff | diff to current |
2003-03-02 |
Adrian M. Enache |
Re: [perl #21411] [fix] Postponed RE with split() |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-03-02 |
Jarkko Hietaniemi |
Go with "right = -right" for greater portability, some... |
blob | commitdiff | diff to current |
2003-03-02 |
Jarkko Hietaniemi |
Patch for [perl #9402], known also as "glibc _moddi3 bug |
blob | commitdiff | diff to current |
2003-02-25 |
Rafael Garcia-Suarez |
Re: [perl #21321] local ${"FOO"} does not work |
blob | commitdiff | diff to current |
2003-02-16 |
Hugo van der Sanden |
restrict PERL_PRESERVE_IVUV to things that should reall... |
blob | commitdiff | diff to current |
2003-02-15 |
Adrian M. Enache |
Re: [perl #20912] UTF8 related glitch + fix |
blob | commitdiff | diff to current |
2003-02-15 |
Hugo van der Sanden |
Re: [perl #20933] \substr reuses lvalues (sometimes) |
blob | commitdiff | diff to current |
2003-02-02 |
Rafael Garcia-Suarez |
[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch |
blob | commitdiff | diff to current |
2003-01-16 |
Jarkko Hietaniemi |
Fix 'use encoding' I/O for code points 0x80..0xFF; |
blob | commitdiff | diff to current |
2002-12-10 |
Rafael Garcia-Suarez |
Integrate from the maint-5.8/ branch : |
blob | commitdiff | diff to current |
2002-11-05 |
Hugo van der Sanden |
Re: [perl #18107] lc(), uc() and ucfirst() broken insid... |
blob | commitdiff | diff to current |
2002-11-05 |
Abhijit Menon-Sen |
1. Update pp_ucfirst to enter the UTF-8 branch only... |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-10-03 |
Stephen McCamant |
Re: speed of my |
blob | commitdiff | diff to current |
2002-10-02 |
Dave Mitchell |
move all pad-related code to its own src file |
blob | commitdiff | diff to current |
2002-08-17 |
Nicholas Clark |
Copy On Write |
blob | commitdiff | diff to current |
2002-08-17 |
Hugo van der Sanden |
pp.c warns that sv may be used uninitialised in pp_delete() |
blob | commitdiff | diff to current |
2002-08-17 |
Michael G. Schwern |
Remove pseudo-hashes (complete) |
blob | commitdiff | diff to current |
2002-08-11 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2002-08-08 |
Slaven Rezic |
Re: [perl #15523] Memory Leak in split with trailing... |
blob | commitdiff | diff to current |
2002-06-16 |
Craig A. Berry |
pp.c:pp_pow() -- quit when you're done |
blob | commitdiff | diff to current |
2002-06-07 |
Jarkko Hietaniemi |
gcc -Wall nit noticed by NI-S. |
blob | commitdiff | diff to current |
2002-06-05 |
Doug MacEachern |
Re: local tied hash slices ... |
blob | commitdiff | diff to current |
2002-05-21 |
Jarkko Hietaniemi |
microperl: if DIEing on no-functionality, the has-funct... |
blob | commitdiff | diff to current |
2002-05-14 |
Jarkko Hietaniemi |
reentr.h affects more C files than just reentr.c |
blob | commitdiff | diff to current |
2002-05-08 |
Gurusamy Sarathy |
make the gettimeofday() implementation in Time::HiRes... |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
squelch some more type mismatch warnings |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-04-08 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-04-06 |
Nicholas Clark |
Re: the dirty half dozen (Re: perl@15662) |
blob | commitdiff | diff to current |
2002-04-02 |
Jarkko Hietaniemi |
What started as a small nit (the charnames test, nit... |
blob | commitdiff | diff to current |
2002-03-22 |
Jarkko Hietaniemi |
If Unicode keys are entered to a hash, a bit is turned on. |
blob | commitdiff | diff to current |
2002-03-16 |
Jarkko Hietaniemi |
Thwart IRIX long doubles and sloppy pow() (in Perl... |
blob | commitdiff | diff to current |
2002-03-11 |
Paul Marquess |
more warnings tidyup |
blob | commitdiff | diff to current |
2002-03-11 |
Nicholas Clark |
spelling correction |
blob | commitdiff | diff to current |
2002-03-07 |
Jarkko Hietaniemi |
As suggested by Anton Tagunov, eq and cmp now obey the |
blob | commitdiff | diff to current |
2002-03-04 |
Paul Marquess |
taint + deprecated warnings |
blob | commitdiff | diff to current |
2002-03-02 |
Jarkko Hietaniemi |
PATCH: "splice() offset past end of array" warning... |
blob | commitdiff | diff to current |
2002-02-19 |
Jarkko Hietaniemi |
Let's not overdo the growth. |
blob | commitdiff | diff to current |
2002-02-19 |
Jarkko Hietaniemi |
Not extending enough. |
blob | commitdiff | diff to current |
2002-02-01 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-31 |
Jarkko Hietaniemi |
Turn the I/O Unicode error by default on, but the |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-20 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-20 |
Jarkko Hietaniemi |
Make also hex() and oct() to croak if their arguments |
blob | commitdiff | diff to current |
2002-01-19 |
Nick Ing-Simmons |
Nearly-working threads re-structuring. Do not integrate, |
blob | commitdiff | diff to current |
2002-01-13 |
Jarkko Hietaniemi |
Make the crypt() pickier: if downgrading doesn't work, |
blob | commitdiff | diff to current |
2002-01-12 |
Mike Guy |
Correct misleading error message |
blob | commitdiff | diff to current |
2002-01-04 |
Jarkko Hietaniemi |
In the UTF-8 branch of crypt() the extra \0 byte is... |
blob | commitdiff | diff to current |
2001-12-21 |
Jarkko Hietaniemi |
Make using U+FDD0..U+FDEF (noncharacters since Unicode... |
blob | commitdiff | diff to current |
2001-12-20 |
Nick Ing-Simmons |
Integrate mainline (mostly) utf8.c does not compile. |
blob | commitdiff | diff to current |
2001-12-19 |
Jarkko Hietaniemi |
gcc pacifying (RH 7.1/ia64). |
blob | commitdiff | diff to current |
2001-12-18 |
Jarkko Hietaniemi |
%g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha |
blob | commitdiff | diff to current |
2001-12-17 |
Rafael Garcia-Suarez |
[PATCH] Re: chomp/chop prototype changed? |
blob | commitdiff | diff to current |
2001-12-13 |
Jarkko Hietaniemi |
Unadorned numbers evil. |
blob | commitdiff | diff to current |
2001-12-09 |
Jarkko Hietaniemi |
Apply NetBSD patch-ad: a gcc sparc64 code generation... |
blob | commitdiff | diff to current |
2001-12-03 |
Nicholas Clark |
shared hash keys and ++/-- |
blob | commitdiff | diff to current |
2001-12-02 |
Jarkko Hietaniemi |
Various small nits found by DJGPP build. |
blob | commitdiff | diff to current |
2001-12-01 |
Nicholas Clark |
[REPATCH] reference pointer comparison |
blob | commitdiff | diff to current |
2001-11-24 |
Nicholas Clark |
Re: Smoke 13191 /pro/3gl/CPAN/perl-current |
blob | commitdiff | diff to current |
2001-11-21 |
Nicholas Clark |
spaceship and refs |
blob | commitdiff | diff to current |
2001-11-18 |
Jarkko Hietaniemi |
Retract 11635: close 20011113.110, reopen 20010809... |
blob | commitdiff | diff to current |
2001-10-31 |
Jarkko Hietaniemi |
Extend the effect of the encoding pragma to chr() and... |
blob | commitdiff | diff to current |
2001-10-26 |
Nicholas Clark |
tweak divide |
blob | commitdiff | diff to current |
2001-10-25 |
Nicholas Clark |
remove small IVop redundancy |
blob | commitdiff | diff to current |
2001-10-23 |
Jarkko Hietaniemi |
Negation and Unicode: sort of solves 20010303.010, |
blob | commitdiff | diff to current |
2001-10-23 |
Jarkko Hietaniemi |
Document the final sigma spot. |
blob | commitdiff | diff to current |
2001-10-23 |
Jarkko Hietaniemi |
Fix multicharacter titlecase (ucfirst). |
blob | commitdiff | diff to current |
2001-10-09 |
Jarkko Hietaniemi |
Make the toupper/lower/title API for Unicode not right |
blob | commitdiff | diff to current |
2001-09-23 |
chromatic |
Re: |
blob | commitdiff | diff to current |
2001-09-10 |
Artur Bergman |
Silence some more warnings INT2PTR. |
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-09-03 |
Jarkko Hietaniemi |
Make crypt() do something more sane for Unicode |
blob | commitdiff | diff to current |
2001-09-02 |
Jarkko Hietaniemi |
Rename the variable: it *used* to be (wrongly) that the |
blob | commitdiff | diff to current |
2001-08-30 |
Nicholas Clark |
pp_modulo |
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-22 |
Nicholas Clark |
64 bit integer preserving pp_divide |
blob | commitdiff | diff to current |
2001-08-18 |
Jarkko Hietaniemi |
New try for ID 20010407.006: detach the semantics |
blob | commitdiff | diff to current |
2001-08-16 |
Jarkko Hietaniemi |
Fix for 20010407.008 sprintf removes utf8-ness. |
blob | commitdiff | diff to current |
next |