[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/remove.c qsort.c
John Criswell
criswell at cs.uiuc.edu
Tue Aug 8 07:48:19 PDT 2006
Changes in directory llvm/runtime/GCCLibraries/libc:
remove.c updated: 1.1 -> 1.2
qsort.c updated: 1.4 -> 1.5
---
Log message:
Describe and date modifications we made per LGPL requirements.
---
Diffs of the changes: (+16 -1)
qsort.c | 10 ++++++++++
remove.c | 7 ++++++-
2 files changed, 16 insertions(+), 1 deletion(-)
Index: llvm/runtime/GCCLibraries/libc/remove.c
diff -u llvm/runtime/GCCLibraries/libc/remove.c:1.1 llvm/runtime/GCCLibraries/libc/remove.c:1.2
--- llvm/runtime/GCCLibraries/libc/remove.c:1.1 Mon Nov 28 09:49:15 2005
+++ llvm/runtime/GCCLibraries/libc/remove.c Tue Aug 8 09:47:54 2006
@@ -1,6 +1,11 @@
//===-- remove.c - The remove function for the LLVM libc Library --*- C -*-===//
//
-// A lot of this code is ripped gratuitously from glibc and libiberty.
+// This code is a modified form of the remove() function from the GNU C
+// library.
+//
+// Modifications:
+// 2005/11/28 - Added to LLVM tree. Functions renamed to allow compilation.
+// Code to control symbol linkage types removed.
//
//===----------------------------------------------------------------------===//
Index: llvm/runtime/GCCLibraries/libc/qsort.c
diff -u llvm/runtime/GCCLibraries/libc/qsort.c:1.4 llvm/runtime/GCCLibraries/libc/qsort.c:1.5
--- llvm/runtime/GCCLibraries/libc/qsort.c:1.4 Fri Jul 28 13:30:52 2006
+++ llvm/runtime/GCCLibraries/libc/qsort.c Tue Aug 8 09:47:54 2006
@@ -1,3 +1,13 @@
+//===-- qsort.c - The qsort function for the LLVM libc Library ----*- C -*-===//
+//
+// This code is a modified form of the qsort() function from the GNU C
+// library.
+//
+// Modifications:
+// 2003/05/29 - Code disabled for compilation. Line wrapping changed.
+//
+//===----------------------------------------------------------------------===//
+
/* Copyright (C) 1991, 1992, 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Douglas C. Schmidt (schmidt at ics.uci.edu).
More information about the llvm-commits
mailing list