annotate modules/trim @ 17363:5a51fb7777a9

sys_select, sys_time: port 2013-01-30 Solaris 2.6 fix to Cygwin Problem reported by Marco Atzeri in <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00000.html>. * lib/sys_select.in.h [HAVE_SYS_SELECT_H && _CYGWIN_SYS_TIME_H]: Simply delegate to the system <sys/select.h> in this case too. Also, pay attention to _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TIME_H only if OSF/1, since otherwise Cygwin breaks, and it doesn't seem to be needed on Solaris either. * lib/sys_time.in.h [_CYGWIN_SYS_TIME_H]: Simply delgate to the system <sys/time.h> in this case.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Mar 2013 09:08:47 -0700
parents 18ea6ab4e81d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7258
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
9550
6bc27027a2d6 Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents: 9358
diff changeset
2 trim() function: remove leading and/or trailing whitespaces
7258
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
9358
ec6f741a8dc6 Fix various issues with the 'trim' module.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
5 lib/trim.h
7258
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/trim.c
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 xalloc
9358
ec6f741a8dc6 Fix various issues with the 'trim' module.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
10 mbchar
7258
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 mbiter
10750
3cb22d0bfd0b Mark 'memmove' obsolete.
Bruno Haible <bruno@clisp.org>
parents: 9550
diff changeset
12 memmove
10755
b25692ed074a Mark 'strdup' obsolete.
Bruno Haible <bruno@clisp.org>
parents: 10750
diff changeset
13 strdup
7258
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
9358
ec6f741a8dc6 Fix various issues with the 'trim' module.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
18 lib_SOURCES += trim.c
7258
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Include:
12008
18ea6ab4e81d maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents: 11386
diff changeset
21 "trim.h"
7258
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 License:
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 GPL
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Maintainer:
448f74ab8f39 New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Davide Angelocola