summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-01 17:56:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-01 17:56:03 +0000
commit12ede7f8e242f87c62ad3e7739d6a6452be813a1 (patch)
treea09a716fb96e2a520a6d35bb9603b4eb14bd208c /nuttx/ChangeLog
parent0c65db21d1bdc2ca3419f947288e08033f890662 (diff)
downloadnuttx-12ede7f8e242f87c62ad3e7739d6a6452be813a1.tar.gz
nuttx-12ede7f8e242f87c62ad3e7739d6a6452be813a1.tar.bz2
nuttx-12ede7f8e242f87c62ad3e7739d6a6452be813a1.zip
Fix errors in gmtime and gmtime_r
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3933 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 69ac0a8a3..661ba99d9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2049,3 +2049,5 @@
crashes on Cortex-M3 if the ARM libgcc is used, for example. The fix
is to include ARCHCPUFLAGS on the gcc command line when asking it to
-print-libgcc-file-name.
+ * lib/time/lib_gmtimer.c: Correct several calculations that could lead
+ to errors in dates.