Revisions of perl-Text-CSV_XS

Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 41)
- updated to 1.34
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.34	- 2017-11-05, H.Merijn Brand
      * Bad arg for formula (like "craok") will now die with error 1500
      * Row report in formula reporting was off by 1
      * Add a prominent section about BOM handling
      * Make sheet label more portable (csv2xlsx)
      * Allow munge => \%hash
      * Preserve first row in csv (set_column_names => 0)
  
  1.33	- 2017-10-19, H.Merijn Brand
      * Small additional fix for eol = 
 + BOM
      * Updated doc for example files
      * Add support for formula actions (issue 11)
        - csv2xls and csv2xlsx now warn by default
      * Reset file info on ->header call (RT#123320)
buildservice-autocommit accepted request 532539 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 40)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 39)
- updated to 1.32
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.32	- 2017-09-15, H.Merijn Brand
      * Add keep_headers attribute to csv ()
      * Fix on_in when used in combination with key
      * Fail on invalid arguments to csv
      * Fix header method on EOL = CR (RT#122764)
  
  1.31	- 2017-06-13, H.Merijn Brand
      * Fix already decoded BOM in headers
      * New options in csv-check
      * Some perlcritic
      * "escape" is alias for "escape_char" for consistency.
      * Code cleanup and more tests (Devel::Cover)
      * Improve csv-check auto-sep-detection
  
  1.30	- 2017-06-08, H.Merijn Brand
      * Add csv (..., out => ...) syntax examples (issue 7)
      * Disable escape_null for undefined escape_char
      * Fix ->say for bound columns (RT#121576)
      * Update to Devel::PPPort 3.36
      * Tested under 5.26.0 and 5.27.0
      * Doc changes and additions
  
  1.29	- 2017-04-25, H.Merijn Brand
      * More docs for bind_colmns (RT#121350)
      * New attribute "strict" (also addresses RT#121350)
  
  1.28	- 2017-03-22, H.Merijn Brand
      * Fix length problem with bound empty fields and UTF-8 (RT#120655)
buildservice-autocommit accepted request 226358 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 38)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 37)
update
buildservice-autocommit accepted request 223607 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 36)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 35)
update
buildservice-autocommit accepted request 208384 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 34)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 33)
update
buildservice-autocommit accepted request 184807 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 32)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 31)
- 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
buildservice-autocommit accepted request 177229 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 30)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 29)
- 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
buildservice-autocommit accepted request 108810 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 28)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 27)
- 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
buildservice-autocommit accepted request 105629 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 26)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 25)
- 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)
buildservice-autocommit accepted request 94671 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
baserev update by copy to link target
_service committed (revision 23)
generated via source service
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 22)
Displaying revisions 41 - 60 of 81
openSUSE Build Service is sponsored by