OK.. I think the directory has been recovered and renamed

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-11-10 16:34:46 +00:00
parent 42997ede83
commit 5cb8226727
284 changed files with 637 additions and 637 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ config LIB_HOMEDIR
---help--- ---help---
The home directory to use with operations like such as 'cd ~' The home directory to use with operations like such as 'cd ~'
source lib/math/Kconfig source libc/math/Kconfig
config NOPRINTF_FIELDWIDTH config NOPRINTF_FIELDWIDTH
bool "Disable sprintf support fieldwidth" bool "Disable sprintf support fieldwidth"
+4 -4
View File
@@ -1,5 +1,5 @@
############################################################################ ############################################################################
# lib/Makefile # libc/Makefile
# #
# Copyright (C) 2007-2012 Gregory Nutt. All rights reserved. # Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>
@@ -66,9 +66,9 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
UBIN = libulib$(LIBEXT) UBIN = libuc$(LIBEXT)
KBIN = libklib$(LIBEXT) KBIN = libkc$(LIBEXT)
BIN = liblib$(LIBEXT) BIN = libc$(LIBEXT)
all: $(BIN) all: $(BIN)
+1 -1
View File
@@ -21,7 +21,7 @@ it is critical to separate the user-mode OS interfaces in this way.
Sub-Directories Sub-Directories
=============== ===============
The files in the lib/ directory are organized (mostly) according which file The files in the libc/ directory are organized (mostly) according which file
in the include/ directory provides the prototype for library functions. So in the include/ directory provides the prototype for library functions. So
we have: we have:
+1 -1
View File
@@ -1,5 +1,5 @@
############################################################################ ############################################################################
# lib/dirent/Make.defs # libc/dirent/Make.defs
# #
# Copyright (C) 2012 Gregory Nutt. All rights reserved. # Copyright (C) 2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/dirent/lib_readdirr.c * libc/dirent/lib_readdirr.c
* *
* Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/dirent/fs_telldir.c * libc/dirent/fs_telldir.c
* *
* Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
############################################################################ ############################################################################
# lib/fixedmath/Make.defs # libc/fixedmath/Make.defs
# #
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/fixedmath/lib_b16atan2.c * libc/fixedmath/lib_b16atan2.c
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/fixedmath/lib_b16cos.c * libc/fixedmath/lib_b16cos.c
* *
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/fixedmath/lib_b16sin.c * libc/fixedmath/lib_b16sin.c
* *
* Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/math/lib_fixedmath.c * libc/math/lib_fixedmath.c
* *
* Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************ /************************************************************
* lib/fixedmath/lib_rint.c * libc/fixedmath/lib_rint.c
* *
* Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/lib_internal.h * libc/lib_internal.h
* *
* Copyright (C) 2007-2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
############################################################################ ############################################################################
# lib/libgen/Make.defs # libc/libgen/Make.defs
# #
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/libgen/lib_basename.c * libc/libgen/lib_basename.c
* *
* Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* lib/libgen/lib_dirname.c * libc/libgen/lib_dirname.c
* *
* Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
############################################################################ ############################################################################
# lib/math/Make.defs # libc/math/Make.defs
# #
# Copyright (C) 2012 Gregory Nutt. All rights reserved. # Copyright (C) 2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_acos.c * libc/math/lib_acos.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_acosf.c * libc/math/lib_acosf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_acos.c * libc/math/lib_acos.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_sin.c * libc/math/lib_sin.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_sinf.c * libc/math/lib_sinf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_sinl.c * libc/math/lib_sinl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_atan.c * libc/math/lib_atan.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_atan2.c * libc/math/lib_atan2.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_atan2f.c * libc/math/lib_atan2f.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_atan2l.c * libc/math/lib_atan2l.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_atanf.c * libc/math/lib_atanf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_atanl.c * libc/math/lib_atanl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_ceil.c * libc/math/lib_ceil.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_ceilf.c * libc/math/lib_ceilf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_ceil;.c * libc/math/lib_ceil;.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_cos.c * libc/math/lib_cos.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_cosf.c * libc/math/lib_cosf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_cosh.c * libc/math/lib_cosh.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_coshf.c * libc/math/lib_coshf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_coshl.c * libc/math/lib_coshl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_cosl.c * libc/math/lib_cosl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_exp.c * libc/math/lib_exp.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_expf.c * libc/math/lib_expf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_expl.c * libc/math/lib_expl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_fabs.c * libc/math/lib_fabs.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_fabsf.c * libc/math/lib_fabsf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_fabsl.c * libc/math/lib_fabsl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_floor.c * libc/math/lib_floor.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_floorf.c * libc/math/lib_floorf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_floorl.c * libc/math/lib_floorl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_fmod.c * libc/math/lib_fmod.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_fmodf.c * libc/math/lib_fmodf.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* lib/math/lib_fmodl.c * libc/math/lib_fmodl.c
* *
* This file is a part of NuttX: * This file is a part of NuttX:
* *

Some files were not shown because too many files have changed in this diff Show More