gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2100: add blurb for libsigsegv


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2100: add blurb for libsigsegv
Date: Sat, 30 Mar 2013 13:32:27 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2100
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 13:32:27 +0100
message:
  add blurb for libsigsegv
modified:
  gnu/libsigsegv/Makefile
=== modified file 'gnu/libsigsegv/Makefile'
--- a/gnu/libsigsegv/Makefile   2012-12-16 23:14:20 +0000
+++ b/gnu/libsigsegv/Makefile   2013-03-30 12:32:27 +0000
@@ -3,6 +3,13 @@
 GARVERSION = 2.10
 HOME_URL = http://www.gnu.org/software/libsigsegv/
 DESCRIPTION = A library to handle page faults in user mode
+define BLURB
+ libsigsegv is a library to handle page faults, which occur when a
+ program tries to access an unavailable region of memory, in user 
+ mode.  By catching and handling page faults, the program can
+ implement pageable virtual memory, stack overflow handlers, and so 
+ on.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]