summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Collapse)AuthorAgeFilesLines
* Etta James presents: More constingAndy Lester2005-10-311-17/+17
| | | | | Message-ID: <20051031054413.GA10767@petdance.com> p4raw-id: //depot/perl@25915
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-211-2/+1
| | | p4raw-id: //depot/perl@25530
* Re: [perl #36569] chop fails on decoded string with trailing nul SADAHIRO Tomoyuki2005-07-161-1/+1
| | | | | Message-Id: <20050716220041.2BDD.BQW10602@nifty.com> p4raw-id: //depot/perl@25158
* Making my way thru embed.fncAndy Lester2005-07-101-3/+3
| | | | | Message-ID: <20050710193635.GC8081@petdance.com> p4raw-id: //depot/perl@25107
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-6/+6
| | | | | | | | Message-ID: <42CC3CE9.5050606@divsol.com> (reverted all dual-lived modules since they must work with older perls too so must wait for a new Devel::PPPort) p4raw-id: //depot/perl@25101
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-10/+11
| | | | | Message-ID: <20050620152237.GA5032@petdance.com> p4raw-id: //depot/perl@24913
* Silence warning in debug printfNicholas Clark2005-06-201-1/+1
| | | p4raw-id: //depot/perl@24907
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-3/+0
| | | | | Message-ID: <20050616141342.GA22188@petdance.com> p4raw-id: //depot/perl@24871
* Move SvPV consting, remove an n_a, and correct one error in Move()Nicholas Clark2005-06-101-5/+5
| | | p4raw-id: //depot/perl@24798
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-2/+1
| | | p4raw-id: //depot/perl@24760
* More SvPV constingNicholas Clark2005-06-071-3/+3
| | | p4raw-id: //depot/perl@24744
* More SvPV constingNicholas Clark2005-06-071-2/+2
| | | p4raw-id: //depot/perl@24743
* More SvPV consting.Nicholas Clark2005-06-071-6/+6
| | | p4raw-id: //depot/perl@24740
* Lots of constingNicholas Clark2005-06-071-3/+3
| | | p4raw-id: //depot/perl@24726
* Unvoid SvUPGRADEAndy Lester2005-06-071-1/+1
| | | | | Message-ID: <20050607040850.GA7033@petdance.com> p4raw-id: //depot/perl@24717
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
| | | | | | in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
| | | | | (except the generated ones) p4raw-id: //depot/perl@24440
* attributes-two.patch, the next batchAndy Lester2005-05-091-62/+56
| | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431
* GCC attributes!Andy Lester2005-05-071-16/+16
| | | | | Message-ID: <20050504215540.GA20413@petdance.com> p4raw-id: //depot/perl@24414
* Update copyright years and add editor blocksNicholas Clark2005-01-221-1/+10
| | | p4raw-id: //depot/perl@23861
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-8/+8
| | | | | | | | Message-Id: <41F1801C.3080201@iki.fi> Make buffer size estimates for utf8 case conversion less maximally pessimistic p4raw-id: //depot/perl@23857
* SvUTF8_off() in do_join can be unconditional.Nicholas Clark2005-01-141-2/+1
| | | p4raw-id: //depot/perl@23799
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
| | | p4raw-id: //depot/perl@23176
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
| | | p4raw-id: //depot/perl@22509
* Re: [perl #24888] chomp ignores utf8SADAHIRO Tomoyuki2004-01-231-3/+34
| | | | | | Message-Id: <20040116040355.A849.BQW10602@nifty.com> Date: Fri, 16 Jan 2004 04:13:00 +0900 p4raw-id: //depot/perl@22196
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-3/+3
| | | | | | | Message-Id: <20040115221037.GA2392@efn.org> Add sv_2iv_flags() to allow magic to be optionally processed. p4raw-id: //depot/perl@22163
* Make chomp heed the utf8 flags on the target string and $/Nicholas Clark2004-01-151-0/+23
| | | | | | [Fixes #24888] More work still needed to make chomp heed the encoding pragma. p4raw-id: //depot/perl@22155
* use sv_setpvn rather than sv_setpv and save a strlen()Nicholas Clark2004-01-121-1/+1
| | | p4raw-id: //depot/perl@22121
* Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] SADAHIRO Tomoyuki2004-01-121-0/+4
| | | | | Message-Id: <20040112111007.EB69.BQW10602@nifty.com> p4raw-id: //depot/perl@22117
* Hardcoded numerical flag masks. Bad.Rafael Garcia-Suarez2004-01-071-1/+3
| | | p4raw-id: //depot/perl@22084
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-2/+0
| | | | | | | | | | | Causes problems with UNIX03/SUSv3 Part 2 of change 21916 - oops! See: Message-Id: <3FDD06A5.8010004@sun.com> Subject: Re: UNIX03 & C99 issue with 5.8.2 Date: Mon, 15 Dec 2003 00:56:05 +0000 p4raw-id: //depot/perl@21917
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
| | | | | | | | | C99 compilers don't like it.o see : Subject: UNIX03 & C99 issue with 5.8.2 Message-ID: <3FDA4994.6050209@sun.com> p4raw-id: //depot/perl@21883
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-1/+1
| | | | | | since that would break a lot of code.) Also few stray UTF16s, UTF32s, and "encoded in Unicode". p4raw-id: //depot/perl@21198
* valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)Nicholas Clark2003-08-251-6/+6
| | | | | Message-ID: <20030824164851.E558@plum.flirble.org> p4raw-id: //depot/perl@20871
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18807
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* Fix bug #17823 : non-modifying tr/// stringifies referencesRafael Garcia-Suarez2002-10-091-3/+4
| | | p4raw-id: //depot/perl@17984
* Copy On WriteNicholas Clark2002-08-171-2/+2
| | | | | | Message-id: <20020815001035.A69079@plum.flirble.org> specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use p4raw-id: //depot/perl@17728
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-4/+2
| | | | | Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17725
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-30/+30
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-9/+0
| | | | | | | Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net> (with the last one reversed) p4raw-id: //depot/perl@15757
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-2/+13
| | | | | | | | | | If the bit is on, when the keys are fetched from the hash (%h, each %h, keys %h), the Unicodified versions of the keys are returned if needed. This solution errs on the size of over-Unicodifying, the old solution erred on the side of under-Unicodifying. As long as the hash keys can be a mix of byte and Unicode strings, a perfect fit is hard to come by. p4raw-id: //depot/perl@15407
* more warnings tidyupPaul Marquess2002-03-111-3/+3
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155
* Subject: Missing diagnosticsSimon Glover2002-02-261-1/+1
| | | | | | | | | | | Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST) Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk> Subject: [PATCH] Better wording for the lvalue vec diagnostic From: Simon Glover <scog@roe.ac.uk> Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST) Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk> p4raw-id: //depot/perl@14887
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
| | | p4raw-id: //depot/perl@14391
* Andreas is busy :-)Jarkko Hietaniemi2002-01-121-0/+1
| | | p4raw-id: //depot/perl@14206
* Fix forAndreas König2002-01-111-0/+2
| | | | | | | | | | Subject: UTF-8 sprintf bug in bleadperl Message-ID: <m3vge99c7g.fsf@anima.de> I have tests, have just to figure out where to put them since op/sprintf looks a bit unfriendly for tests of somewhat freer form. p4raw-id: //depot/perl@14194
* Retract #13917.Jarkko Hietaniemi2001-12-281-1/+1
| | | p4raw-id: //depot/perl@13919
* (retracted by #13919)Jarkko Hietaniemi2001-12-281-1/+1
| | | p4raw-id: //depot/perl@13917