Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a typo | Gurusamy Sarathy | 2002-04-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@16103 | ||||
* | Pointer to UV casting. | Jarkko Hietaniemi | 2002-04-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@16101 | ||||
* | squelch some more type mismatch warnings | Gurusamy Sarathy | 2002-04-21 | 1 | -2/+2 |
| | | | | | | SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition p4raw-id: //depot/perl@16055 | ||||
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -27/+27 |
| | | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048 | ||||
* | regexec.c | Nikola Knezevic | 2002-04-03 | 1 | -1/+1 |
| | | | | | Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@15701 | ||||
* | What started as a small nit (the charnames test, nit found | Jarkko Hietaniemi | 2002-04-02 | 1 | -17/+51 |
| | | | | | | | | | be Hugo), ballooned a bit... the goal is Larry's wish that illegal Unicode (such as U+FFFF) by default doesn't warn, since what if somebody WANTS to create illegal Unicode? Now getting close to this in the regex runtime. (Also, fix more of my fixation that BOM would be U+FFFE.) p4raw-id: //depot/perl@15689 | ||||
* | Comment tweak from Hugo. | Jarkko Hietaniemi | 2002-04-01 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@15648 | ||||
* | Another UTF-8 locale tweak from Hugo. | Jarkko Hietaniemi | 2002-04-01 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@15647 | ||||
* | Regex fix from Hugo: in UTF-8 locales the character | Jarkko Hietaniemi | 2002-04-01 | 1 | -8/+11 |
| | | | | | counting code didn't work right for minimal matches. p4raw-id: //depot/perl@15645 | ||||
* | Further fixing for #15549. Six tests are failing | Jarkko Hietaniemi | 2002-03-27 | 1 | -12/+6 |
| | | | | | | under Solaris with en_US.UTF-8 but those failures seem unrelated to the BOUND problem, will look at them later. p4raw-id: //depot/perl@15550 | ||||
* | Possible fix for "Orks, Dragons, and Elves": | Jarkko Hietaniemi | 2002-03-27 | 1 | -6/+10 |
| | | | | | | should now build under UTF-8 locales (is building under Solaris en_US.UTF-8 right now). p4raw-id: //depot/perl@15549 | ||||
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -97/+211 |
| | | | p4raw-id: //depot/perl@15356 | ||||
* | UTF-8 walk errors that become visible in EBCDIC. | Jarkko Hietaniemi | 2002-03-19 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@15311 | ||||
* | s/regcinclasslen/reginclass/ and remove the old | Jarkko Hietaniemi | 2002-03-19 | 1 | -20/+6 |
| | | | | | reginclass since nothing is using it. p4raw-id: //depot/perl@15310 | ||||
* | Make regex DEBUGGING faster. | Jarkko Hietaniemi | 2002-03-18 | 1 | -6/+0 |
| | | | p4raw-id: //depot/perl@15297 | ||||
* | Simple speed gainback (as it was in 5.6): for non-Unicode | Jarkko Hietaniemi | 2002-03-17 | 1 | -7/+11 |
| | | | | | | character classes use inlined macros instead of the full function call. p4raw-id: //depot/perl@15276 | ||||
* | SEGV in s/// and UTF-8 | Andreas König | 2002-03-17 | 1 | -1/+1 |
| | | | | | Message-ID: <m3r8mqad2e.fsf@anima.de> p4raw-id: //depot/perl@15268 | ||||
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -2/+2 |
| | | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155 | ||||
* | PL_bostr was pointing to the wrong string | Jarkko Hietaniemi | 2002-02-28 | 1 | -1/+1 |
| | | | | | | | (a string left around from the loading of the Unicode \w) "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g" http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html p4raw-id: //depot/perl@14914 | ||||
* | Signedness nit. | Jarkko Hietaniemi | 2002-02-27 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14896 | ||||
* | Tiny code cleanup. | Jarkko Hietaniemi | 2002-02-24 | 1 | -8/+3 |
| | | | p4raw-id: //depot/perl@14856 | ||||
* | EBCDIC tweak (native instead of uni) and comment update. | Jarkko Hietaniemi | 2002-02-24 | 1 | -5/+6 |
| | | | p4raw-id: //depot/perl@14852 | ||||
* | The #14715 and #14716 were okay: they just revealed | Jarkko Hietaniemi | 2002-02-17 | 1 | -2/+2 |
| | | | | | a bug in the EXACTF matching. p4raw-id: //depot/perl@14724 | ||||
* | EBCDIC: SHARP S is different. | Jarkko Hietaniemi | 2002-02-05 | 1 | -4/+7 |
| | | | p4raw-id: //depot/perl@14561 | ||||
* | EBCDIC: it's much nicer to compare Unicode code points | Jarkko Hietaniemi | 2002-02-03 | 1 | -2/+2 |
| | | | | | to Unicode code points. p4raw-id: //depot/perl@14535 | ||||
* | The Malformed UTF-8 Heisenbug seen by Merijn and NickC | Jarkko Hietaniemi | 2002-02-01 | 1 | -1/+1 |
| | | | | | | | I got it in Tru64 + ithreads but only without -g, took some debugging by printf (which was no fun either since adding some debug printfs hid the error) p4raw-id: //depot/perl@14511 | ||||
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14391 | ||||
* | Re: lookbehind broken with latest bleedperl | Hugo van der Sanden | 2002-01-13 | 1 | -2/+7 |
| | | | | | Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk> p4raw-id: //depot/perl@14240 | ||||
* | One more sharp s case found by Jeffrey. | Jarkko Hietaniemi | 2002-01-13 | 1 | -2/+14 |
| | | | p4raw-id: //depot/perl@14230 | ||||
* | Comment tweak. | Jarkko Hietaniemi | 2002-01-13 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@14229 | ||||
* | Sharp S as a special treat for our German UTF-8 testers :-) | Jarkko Hietaniemi | 2002-01-12 | 1 | -6/+23 |
| | | | p4raw-id: //depot/perl@14222 | ||||
* | Special treatment for U+03B0 and U+0390 in //i, | Jarkko Hietaniemi | 2002-01-12 | 1 | -3/+1 |
| | | | | | | this means that we can remove the minlen pessimisations introduced by the #14096. p4raw-id: //depot/perl@14219 | ||||
* | Unicode lookbehind looked bad. | Jarkko Hietaniemi | 2002-01-12 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14205 | ||||
* | Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | Hugo van der Sanden | 2002-01-09 | 1 | -1/+3 |
| | | | | | Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk> p4raw-id: //depot/perl@14157 | ||||
* | Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly | Hugo van der Sanden | 2002-01-09 | 1 | -1/+1 |
| | | | | | Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk> p4raw-id: //depot/perl@14149 | ||||
* | Re: Weird Malformed warning in bleadperl | Andreas König | 2002-01-09 | 1 | -1/+1 |
| | | | | | Message-ID: <m3itabbzoq.fsf@anima.de> p4raw-id: //depot/perl@14148 | ||||
* | SANY (. with /s) wasn't happy on Unicode. | Jarkko Hietaniemi | 2002-01-09 | 1 | -1/+9 |
| | | | p4raw-id: //depot/perl@14143 | ||||
* | A little better comments. | Jarkko Hietaniemi | 2002-01-08 | 1 | -1/+15 |
| | | | p4raw-id: //depot/perl@14130 | ||||
* | More regex and utf8 debug dumping. | Jarkko Hietaniemi | 2002-01-07 | 1 | -8/+9 |
| | | | p4raw-id: //depot/perl@14114 | ||||
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -32/+100 |
| | | | | | enhance regex dumping code. p4raw-id: //depot/perl@14096 | ||||
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -61/+21 |
| | | | p4raw-id: //depot/perl@14091 | ||||
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -21/+61 |
| | | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090 | ||||
* | Cast. | Jarkko Hietaniemi | 2002-01-03 | 1 | -9/+9 |
| | | | p4raw-id: //depot/perl@14037 | ||||
* | Off-by-one is my middle name. | Jarkko Hietaniemi | 2002-01-03 | 1 | -8/+5 |
| | | | p4raw-id: //depot/perl@14031 | ||||
* | One more iteration of the ibcmp_utf8() interface, | Jarkko Hietaniemi | 2002-01-02 | 1 | -20/+22 |
| | | | | | hopefully this is a convergent iteration... p4raw-id: //depot/perl@14014 | ||||
* | Make ibcmp_utf8() optionally progress in either string for | Jarkko Hietaniemi | 2002-01-02 | 1 | -32/+16 |
| | | | | | as long as it takes and optionally record how far it got. p4raw-id: //depot/perl@14010 | ||||
* | Make ibcmp_utf8() more robust and make regmatch() use it. | Jarkko Hietaniemi | 2002-01-01 | 1 | -97/+21 |
| | | | p4raw-id: //depot/perl@14005 | ||||
* | Now that to_utf8_fold() was fixed. | Jarkko Hietaniemi | 2002-01-01 | 1 | -4/+2 |
| | | | p4raw-id: //depot/perl@14004 | ||||
* | Better support for multicharacter foldings. | Jarkko Hietaniemi | 2002-01-01 | 1 | -22/+28 |
| | | | | | | | Now all but two of the CaseFold.txt cases work-- but only when the target string is single-character, more debugging needed. p4raw-id: //depot/perl@14001 | ||||
* | Unnecessary/Lingering UTF8 flag might mess up caseless matching | Jarkko Hietaniemi | 2002-01-01 | 1 | -4/+8 |
| | | | | | (found by Jeffrey Friedl) p4raw-id: //depot/perl@13992 |