This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-843-gd9f0ec9


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d9f0ec97d677aa35aa61347936bdacdd14238ae7 (commit)
      from  e7c4409a643cbc49bf65f5a009e9ebf9ddb6a1b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d9f0ec97d677aa35aa61347936bdacdd14238ae7

commit d9f0ec97d677aa35aa61347936bdacdd14238ae7
Author: Alexandre Oliva <aoliva@redhat.com>
Date:   Fri Jan 31 23:23:59 2014 -0200

    * manual/libdl.texi: New.

diff --git a/ChangeLog b/ChangeLog
index 527b283..0bb70a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
 
+	* manual/libdl.texi: New.
+
+2014-01-31  Alexandre Oliva <aoliva@redhat.com>
+
 	* manual/lang.texi: Document MTASC-safety properties.
 
 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
diff --git a/manual/libdl.texi b/manual/libdl.texi
new file mode 100644
index 0000000..e3fe045
--- /dev/null
+++ b/manual/libdl.texi
@@ -0,0 +1,10 @@
+@c FIXME these are undocumented:
+@c dladdr
+@c dladdr1
+@c dlclose
+@c dlerror
+@c dlinfo
+@c dlmopen
+@c dlopen
+@c dlsym
+@c dlvsym

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    4 ++++
 manual/libdl.texi |   10 ++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 manual/libdl.texi


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]