]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/isoinfra/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / isoinfra / v2_0 / ChangeLog
index f367eb0abf8c67a47c6b526d9c7244463f75fd64..b2ccd96b90cfbaa1f39424b3a2e8be86cc7e82e9 100644 (file)
@@ -1,3 +1,21 @@
+2007-01-24  Peter Korsgaard  <peter.korsgaard@barco.com>
+
+       * cdl/isoinfra.cdl:
+       * include/fnmatch.h: fnmatch() support.
+
+2006-03-17  Sergei Organov  <osv@javad.com>
+
+       * include/assert.h: Replace #if defined(CYGINT_ISO_EXIT) with #if
+       CYGINT_ISO_EXIT. CYGINT_ISO_EXIT configuration variable is always
+       defined to either 0 or 1, so check of the former form is always
+       evaluated to true.
+                                        
+2005-10-20  Alexander Neundorf <neundorf@kde.org>
+           Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * include/sys/time.h (new): Basic implementation.
+       * include/time.h: Removed timeval which is now in sys/time.h
+
 2005-07-22  Andrew Lunn  <andrew.lunn@ascom.ch>
 
        * include/unistd.h: Const correctness to keep the compiler happy.