summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years and add editor blocksNicholas Clark2005-01-221-1/+10
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-8/+8
* SvUTF8_off() in do_join can be unconditional.Nicholas Clark2005-01-141-2/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Re: [perl #24888] chomp ignores utf8SADAHIRO Tomoyuki2004-01-231-3/+34
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-3/+3
* Make chomp heed the utf8 flags on the target string and $/Nicholas Clark2004-01-151-0/+23
* use sv_setpvn rather than sv_setpv and save a strlen()Nicholas Clark2004-01-121-1/+1
* Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] SADAHIRO Tomoyuki2004-01-121-0/+4
* Hardcoded numerical flag masks. Bad.Rafael Garcia-Suarez2004-01-071-1/+3
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-2/+0
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-1/+1
* valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)Nicholas Clark2003-08-251-6/+6
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Fix bug #17823 : non-modifying tr/// stringifies referencesRafael Garcia-Suarez2002-10-091-3/+4
* Copy On WriteNicholas Clark2002-08-171-2/+2
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-4/+2
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-30/+30
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-9/+0
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-2/+13
* more warnings tidyupPaul Marquess2002-03-111-3/+3
* Subject: Missing diagnosticsSimon Glover2002-02-261-1/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Andreas is busy :-)Jarkko Hietaniemi2002-01-121-0/+1
* Fix forAndreas König2002-01-111-0/+2
* Retract #13917.Jarkko Hietaniemi2001-12-281-1/+1
* (retracted by #13919)Jarkko Hietaniemi2001-12-281-1/+1
* Re: [PATCH] chom?p needs to remove read only fakeryNicholas Clark2001-12-071-4/+16
* Shared hash keys Nicholas Clark2001-12-021-3/+6
* As far as I can tell these functions have been Unicodified.Jarkko Hietaniemi2001-09-031-5/+5
* Unnecessary downgrades.Jarkko Hietaniemi2001-08-121-5/+0
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-5/+5
* Re: [PATCH doop.c] unused variable in Perl_do_joinNicholas Clark2001-05-301-1/+2
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+2
* Re: 5.6.*, bleadperl: bugs in pp_concatHugo van der Sanden2001-05-261-3/+5
* [LARGE!] symbolic magicDave Mitchell2001-05-201-2/+2
* Chomp should not always stringifyGisle Aas2001-05-201-4/+4
* In character classes one couldn't have 0x80..0xff charactersJarkko Hietaniemi2001-04-291-4/+4
* Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-051-0/+1
|\
| * Various EBCDIC fixes:Nick Ing-Simmons2001-03-271-13/+13
* | Integrate perlio:Jarkko Hietaniemi2001-03-271-13/+13
|/
* Integrate mainline.Nick Ing-Simmons2001-03-191-6/+22
|\
| * UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.Jarkko Hietaniemi2001-03-191-6/+22
* | More EBCDIC fixes.Nick Ing-Simmons2001-03-191-6/+12
|/
* Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when thatNick Ing-Simmons2001-03-181-1/+1
* tr/// UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-03-181-1/+3