summaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Collapse)Author
2014-02-06Update contrib.texiSiddhesh Poyarekar
Update blurb for Roland, Alex, Ryan, Joseph and Carlos.
2014-02-05Update contrib.texiSiddhesh Poyarekar
This may not be a complete list of new contributors added to the list, so I'd love it if more people look at contributions and suggest additions.
2014-02-03Fix manual build warnings.Carlos O'Donell
The mixed use of automatic and manual node next, previous, and top specification causes warning when building the manual. This fix explicitly specifies the node's next, previous and top values to fix the warning.
2014-02-03* manual/macros.texi: Add comments before MTASC-safety macros.Alexandre Oliva
2014-02-03* manual/users.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-03* manual/threads.texi (pthread_key_create, pthread_key_delete,Alexandre Oliva
pthread_getspecific, pthread_setspecific): Format with @deftypefun, and add @safety note. * manual/signal.texi: Move comments that analyze the above functions to their home place.
2014-02-02* manual/time.texi (timegm): Add missing blank after @c.Alexandre Oliva
Reported by Joseph Myers <joseph@codesourcery.com>.
2014-02-01* manual/check-safety.sh: New.Alexandre Oliva
* manual/Makefile ($(objpfx)stamp-summary): Run it.
2014-02-01* manual/terminal.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/filesys.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/errno.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/intro.texi: Document safety identifiers andAlexandre Oliva
conditionals.
2014-02-01* manual/string.texi (wcstok): Fix prototype.Alexandre Oliva
(wcstok, strtok, strtok_r): Adjust reentrancy remarks.
2014-02-01* manual/time.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/string.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/threads.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/stdio.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/syslog.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/sysinfo.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/startup.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/socket.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/signal.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/setjmp.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/search.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/resource.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/process.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/platform.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/pipe.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/pattern.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/message.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31[BZ #12751]Alexandre Oliva
* manual/memory.texi: Document MTASC-safety properties.
2014-01-31* manual/math.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/locale.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/llio.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/libdl.texi: New.Alexandre Oliva
2014-01-31* manual/lang.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/job.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/getopt.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/ctype.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-30* manual/debug.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-29* manual/charset.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-29* manual/crypt.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-29* manual/conf.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-29* manual/arith.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-29* manual/argp.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-29* manual/macros.texi: Introduce macros to document multiAlexandre Oliva
thread, asynchronous signal and asynchronous cancellation safety properties. * manual/intro.texi: Introduce the properties themselves.
2014-01-01Update remaining copyright datesAllan McRae
Update copyright years that are not handled by scripts/update-copyright.
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-30Fix spelling in manual, as in bug 16376Ville Skytta
2013-12-23Clarify that scanf does not use character classes. Fixes bug 12986Ondřej Bílka
Update documentation to say that scanf ("%[[:alpha:]]", c) does not read alphabetic characters but is parsed literarily.