SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Text-CSV_XS-debugsource-1.05-6.2.x86_64.rpm :

* Mon Mar 17 2014 cooloAATTsuse.com- updated to 1.05
* Allow case insensitive attributes and attribute aliases (quote_always = always_quote)
* Enhanced the csv () function (diagnostics)
* Start callbacks support
* Minor doc fixes
* Make subclassing safer
* Mon Feb 24 2014 cooloAATTsuse.com- updated to 1.04
* get_columnd () with no argument now returns the empty list instead of undef when no columns defined
* fragments (rcf7111) now also support AoH (was AoA only)
* Error code conflict for fragments resolved to 2013
* New function \"csv\" (not a method)
* Update copyright to 2014
* Implement RCF7111
* Mon Nov 25 2013 cooloAATTsuse.com- updated to 1.02
* Add example for reading only a single column
* Don\'t store NULL in _ERROR_INPUT (RT#86217/Clone)
* Prevent double-decode in csv-check
* Add decode_utf8 attribute (default is true)
* Sat Jul 27 2013 cooloAATTsuse.com- updated to 1.01
* Cache not re-read on getline_all (RT#86155)
* Fix automatic UTF-8 in getline/parse for SV\'s with \\0
* Documents return value of bind_columns without arguments
* Fix automatic UTF-8 in getline/parse
* Clarify eol documentation
* Move error_input to XS
* Mon Jun 03 2013 cooloAATTsuse.com- updated to 0.97
* Regain the speed from 0.91 (buffer back to 1k)
* Minor cleanup in XS code
* Add diag_verbose attribute
* No need to require Test::Harness if unused (RT#82693)
* parse (\"\") should return one empty field, not undef
* Now that we know the record number, show it in auto_diag
* Introduce allow_unquoted_escape as workaround for RT#81295
* Update copyright to 2013
* Introduce print_hr () for RT#76143
* Dropped plans to support EBCDIC
* Guard against beta releases of Encode (Xavier Guimard - RT#81499)
* Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
* Tested with perl compiled with clang (also to verify RT#81469)
* Fix memory leak reported in RT#81539 (Fix by Tony Cook)
* Skip Encode related tests on too old Encode
* Force old(er) tar format (ustar) - assumes GNU tar on release box
* Allow bind_columns () for print ()
* Increase buffer size for print to 64k
* Fix RT#80680 - Buffer break halfway UTF8 + tests
* Prevent test-failures for long doubles on weird architectures
* More utf-8 tests for te change of 0.90
* Update test case now 5.005 is not supported anymore
* Rip out the tell/seek introduced in 0.90
* Drop 5.005 support (5.6.1 is now minimum)
* Introduce record_number
* Try harder to get the complete input parsed for the current record when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
* Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX, AIX, and Windows
* SvSETMAGIC was missing for tied variables causing weird actions at a distance, e.g. in printf (Thanks TonyC for finding this)
* UTF8 flag was not always reset when using bound variables (TonyC)
* Fix for $/ in 0.86 broke parsing fields that contain excessive $/\'s
* Sun Mar 11 2012 cooloAATTsuse.com- updated to 0.87
* Extra check on utf8 output (RT#74330)
* examples/csvdiff now recognizes numerically sorted CSV files
* Document example comparing getline_hr vs bind_columns + getline
* Fri Feb 17 2012 cooloAATTsuse.com- updated to 0.86
* Introduce quote_binary attribute
* Update copyright to 2012
* Versions
* Fixed a utf8::decode on undef (found by perl-5.15.7)
* Fixed localized $/ interference with other handles (RT#74216)
* Tue Nov 29 2011 cooloAATTsuse.com- update to 0.85
* NAME / DISTNAME in Makefile.PL
* More cross-checks for META data
* Fix spurious auto_diag warning (RT#69673)
* Tested with 50 versions of perl, including 1.15.1
* Mon May 16 2011 cooloAATTopensuse.org- updated to 0.82
* Doc fix (RT#66905, Peter Newman)
* Documentation overhaul (pod links)
* Thu Mar 31 2011 cooloAATTnovell.com- update to 0.81
* Add is_missing ()
* Doc overhaul
* Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser)
* Fix SetDiag () leak (RT#66453, Sven Sch366ling)
* Implement getline_all () and getaline_hr_all ()
* Fixed another parsing for eol = \\r (RT#61525)
* Use correct type for STRLEN (HP-UX/PA-RISC/32)
* More code coverage
* EOF unreliable when line-end missing at eof
* Internals now use warn () instead of (void)fprintf (stderr, ...) Now the test in t/80_diag also passes on Windows
* Better parsing for eol = \\r and set as such (RT#61525)
* Workaround for AIX cpp bug (RT#62388, Jan Dubois)
* Spelling fixes
* Real eol support for parsing streams (beyond \
, \\r and \\r\
)
* Clarify doc for always_quote to not quote undef fields
* Clarify UTF8 process for print () and combine ()
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Wed Jun 02 2010 chrisAATTcomputersalat.de- update to 0.73
* Improve date conversion in examples/csv2xls new option -D allows column selection for date conversions
* Tested under perl-5.12.0 (and 21 other versions of perl)
* Added a note about EBCDIC data files
* Test suite is now safe for parallel test (prove --shuffle -j6)- 2010-03-16 0.72 - H.Merijn Brand
* Introduce quote_null attribute (RT#55200)
* examples/csv-check can be used for Text::CSV_PP
* examples/csv-check more options for sep_, escape_ and quote_char
* examples/csv2xls more options for sep_, escape_ and quote_char
* examples/csv2xls added auto_diag and verbosity
* Dropped YAML spec to 1.0- 2010-02-15 0.71 - H.Merijn Brand
* Upped copyright to 2010
* Prevent double encoding: make Text::CSV_XS streams behave just like perl would (thanks ikegami for the test cases)
* Text::CSV_XS->error_diag () in void context now warns instead of doing nothing
* auto_diag also used for new () itself- fix deps, cleanup spec
* Sat Dec 12 2009 chrisAATTcomputersalat.de- update 0.70
* Add quote_space attribute
* Forbid \\r and \
in sep_char, quote_char, and escape_char
* 0.69 - H.Merijn Brand
* Missing end quotes in error code docs
* examples/csv-check now shows detected eol
* Auto detection of eol => \"\\r\" in streams
* Optimized caching. All cache changes now in XS
* 0.68 - H.Merijn Brand
* Attribute auto_diag now localizes to +1 if autodie is active
* Output name generation in csv2xls (RT#48954)
* Added csvdiff to examples/
* Reordered docs. Rewrote SYNOPSIS to be more like a real-world code example- cleanup spec
* define cpan_name
* sort tags
* fix build-/deps
* added Authors- added perl-macros
* perl_gen_filelist
* Mon Aug 10 2009 cooloAATTnovell.com- update 0.67
* Fix empty_diag typo for attribute handler
* Fix AUTOMATED_TESTING erroneous skip
* Reordered examples in doc to show best method first
* Fail if first arg to new () is not a hash ref
* Implement empty_is_undef on request of Evan Carroll
* error_diag () uses warn () in void context instead of STDERR
* Add auto_diag attribute (still under construction)
* Initial known errors can now be checked on number (1002)
* Added -u option to examples/csv-check to validate utf-8 encoding
* All error_diag () returns should now be dual-var (both numeric ... see Changelog for many more fixes
 
ICM