Change logs for nickle source package in Precise

  • nickle (2.71-1) unstable; urgency=low
    
    
      * Update old-school variable length struct allocation to ansi-C
      * Replace most parameterized macros in nickle.h and value.h with
        static inline functions.
      * Clean up a pile of build warnings
      * Catch attempts to use uninitialized pointer contents
      * Exit after two consecutive interrupts
      * Cleanup struct type changes
    
     -- Keith Packard <email address hidden>  Fri, 25 Nov 2011 11:43:31 -0800
  • nickle (2.70-1ubuntu1) precise; urgency=low
    
      * string.c:
        - Use strncpy instead of strcpy to avoid 'overflow detected' crashes.
          LP: #721636
     -- Michael Terry <email address hidden>   Mon, 21 Nov 2011 11:23:12 -0600
  • nickle (2.70-1) unstable; urgency=low
    
      * Make parse_csv_t type public
      * Throw 'bad_csv_parse' exception on unclosed quotes
      * Add factorial tests
      * Repliace naïve factorial algorithm with the prime swing
        algorithm defined by Peter Luschny
      * Update to standard 3.8.4
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:50:27 +0000