aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 15:47:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 15:47:45 +0000
commita69a97b03b52f369211bde6a473efe6d79068fe8 (patch)
tree717b5e7f971706d7f3206153d45948b7ba0ecbcf /nuttx/ChangeLog
parent0c0440210befd8e4bc9971defad4d654c03aae3b (diff)
downloadpx4-firmware-a69a97b03b52f369211bde6a473efe6d79068fe8.tar.gz
px4-firmware-a69a97b03b52f369211bde6a473efe6d79068fe8.tar.bz2
px4-firmware-a69a97b03b52f369211bde6a473efe6d79068fe8.zip
move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 247704b7a..c63dbe62b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3591,3 +3591,7 @@
are also more subject to the "fat, flat line bug" that I need to fix
someday. See http://www.nuttx.org/doku.php?id=wiki:graphics:nxgraphics
for a description of the fat, flat line bug.
+ * libc: Renamed nuttx/lib to nuttx/libc to make space for a true lib/
+ directory that will be forthcoming. Also rename libraries: liblib.a -> libc.a,
+ libulib.a -> libuc.a, libklib.a -> libkc.a, liblibxx.a ->libcxx.a.
+ (I will probably, eventually rename libxx to libcxx for consistency)