summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
...
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* hv_fetchs() supportAndy Lester2006-01-061-5/+5
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+15
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-1/+2
* pre-likely cleanupAndy Lester2005-12-271-14/+19
* Fix for [perl #37999] lc() + Latin-1 chars is failing erraticallyRafael Garcia-Suarez2005-12-211-0/+7
* Re: [perl #37616] Bug in &= (string) and/or m//SADAHIRO Tomoyuki2005-11-151-1/+2
* Const & local: Special Victims UnitAndy Lester2005-11-111-3/+3
* Etta James presents: More constingAndy Lester2005-10-311-17/+17
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-211-2/+1
* Re: [perl #36569] chop fails on decoded string with trailing nul SADAHIRO Tomoyuki2005-07-161-1/+1
* Making my way thru embed.fncAndy Lester2005-07-101-3/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-6/+6
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-10/+11
* Silence warning in debug printfNicholas Clark2005-06-201-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-3/+0
* Move SvPV consting, remove an n_a, and correct one error in Move()Nicholas Clark2005-06-101-5/+5
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-2/+1
* More SvPV constingNicholas Clark2005-06-071-3/+3
* More SvPV constingNicholas Clark2005-06-071-2/+2
* More SvPV consting.Nicholas Clark2005-06-071-6/+6
* Lots of constingNicholas Clark2005-06-071-3/+3
* Unvoid SvUPGRADEAndy Lester2005-06-071-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* attributes-two.patch, the next batchAndy Lester2005-05-091-62/+56
* GCC attributes!Andy Lester2005-05-071-16/+16
* 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