From 8d73ce2e80a9c0f3b9c0ce5973995c0904f3a467 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 17 Sep 2003 11:34:02 +0000 Subject: * parse.y (tokadd_string, parse_string, yylex): escaped terminator is now interpreted as is. [ruby-talk:82206] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c25f3c2f..c42ae387b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 17 20:34:00 2003 Nobuyoshi Nakada + + * parse.y (tokadd_string, parse_string, yylex): escaped terminator + is now interpreted as is. [ruby-talk:82206] + Wed Sep 17 18:52:36 2003 Minero Aoki * test/fileutils/fileassertions.rb: new file. @@ -20,7 +25,7 @@ Wed Sep 17 18:03:30 2003 GOTOU Yuuzou * ext/openssl/extconf.rb: add check for assert.h. - * ext/openssl/ossl.c (ossl_buf2str): new function to convert + * ext/openssl/ossl.c (ossl_buf2str): new function to convert C buffer to String and free buffer. * ext/openssl/ossl.c (ossl_x509_ary2sk): new function to convert @@ -73,7 +78,7 @@ Mon Sep 15 19:02:52 2003 NAKAMURA, Hiroshi * lib/csv.rb: add extra pamameter to specify row(record) separater character. To parse Mac's CR separated CSV, do like this. - CSV.open("mac.csv", "r", ?,, ?\r) { |row| p row.to_a } + CSV.open("mac.csv", "r", ?,, ?\r) { |row| p row.to_a } The 3rd parameter in this example ?, is for column separater and the 4th ?\r is for row separater. Row separater is nil by default. Nil separater means "\r\n" or "\n". @@ -868,7 +873,7 @@ Fri Aug 15 01:34:23 2003 Michal Rokos * ext/openssl/ossl_pkey_{dh|dsa|rsa}.c: adapt to this cb * ext/openssl/openssl_missing.[ch]: add (0.9.6x, x -- cgit