delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2003/02/03/15:32:10

Date: Mon, 03 Feb 2003 20:08:35 +0000
From: "Richard Dawe" <rich AT phekda DOT freeserve DOT co DOT uk>
Sender: rich AT phekda DOT freeserve DOT co DOT uk
To: djgpp-workers AT delorie DOT com
X-Mailer: Emacs 21.3.50 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6
Subject: Add @tindex for types in docs [PATCH]
Message-Id: <E18fmrW-0000gG-00@phekda.freeserve.co.uk>
Reply-To: djgpp-workers AT delorie DOT com

Hello.

Here is a patch to @vindex to the docs for all the structs and typedefs.

OK to commit?

Bye, Rich =]

Index: src/libc/debug.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/debug.txh,v
retrieving revision 1.7
diff -p -c -3 -r1.7 debug.txh
*** src/libc/debug.txh	29 Jan 2003 12:52:02 -0000	1.7
--- src/libc/debug.txh	3 Feb 2003 20:04:43 -0000
*************** The argument @var{start_state} is usuall
*** 39,44 ****
--- 39,46 ----
  @c ----------------------------------------------------------------------
  @node save_npx, debugging
  @findex save_npx
+ @tindex NPXREG
+ @tindex NPX
  @subheading Syntax
  
  @example
*************** and provided that a call to @code{save_n
*** 165,170 ****
--- 167,174 ----
  @c ----------------------------------------------------------------------
  @node run_child, debugging
  @findex run_child
+ @tindex struct TSS
+ @tindex TSS
  
  @subheading Syntax
  
*************** otherwise.
*** 520,525 ****
--- 524,531 ----
  
  @node redir_debug_init, debugging
  @findex redir_debug_init
+ @tindex struct dbg_redirect
+ @tindex cmdline_t
  
  @subheading Syntax
  
Index: src/libc/ansi/locale/lconv.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/locale/lconv.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 lconv.txh
*** src/libc/ansi/locale/lconv.txh	29 Jan 2003 12:25:15 -0000	1.3
--- src/libc/ansi/locale/lconv.txh	3 Feb 2003 20:04:43 -0000
***************
*** 1,6 ****
--- 1,7 ----
  @c ----------------------------------------------------------------------
  @node localeconv, locale
  @findex localeconv
+ @tindex struct lconv
  @subheading Syntax
  
  @example
Index: src/libc/ansi/stdlib/div.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/stdlib/div.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 div.txh
*** src/libc/ansi/stdlib/div.txh	29 Jan 2003 12:30:21 -0000	1.4
--- src/libc/ansi/stdlib/div.txh	3 Feb 2003 20:04:44 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node div, math
  @findex div
+ @tindex div_t
  @subheading Syntax
  
  @example
Index: src/libc/ansi/stdlib/ldiv.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/stdlib/ldiv.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 ldiv.txh
*** src/libc/ansi/stdlib/ldiv.txh	29 Jan 2003 12:30:21 -0000	1.3
--- src/libc/ansi/stdlib/ldiv.txh	3 Feb 2003 20:04:44 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node ldiv, math
  @findex ldiv
+ @tindex ldiv_t
  @subheading Syntax
  
  @example
Index: src/libc/ansi/stdlib/lldiv.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/stdlib/lldiv.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 lldiv.txh
*** src/libc/ansi/stdlib/lldiv.txh	29 Jan 2003 12:30:21 -0000	1.4
--- src/libc/ansi/stdlib/lldiv.txh	3 Feb 2003 20:04:44 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node lldiv, math
  @findex lldiv
+ @tindex lldiv_t
  @subheading Syntax
  
  @example
Index: src/libc/ansi/stdlib/malloc.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/stdlib/malloc.txh,v
retrieving revision 1.7
diff -p -c -3 -r1.7 malloc.txh
*** src/libc/ansi/stdlib/malloc.txh	29 Jan 2003 12:30:21 -0000	1.7
--- src/libc/ansi/stdlib/malloc.txh	3 Feb 2003 20:04:46 -0000
*************** if (now+new > max)
*** 120,125 ****
--- 120,126 ----
  
  @node mallinfo, memory
  @findex mallinfo
+ @tindex struct mallinfo
  @subheading Syntax
  
  @example
Index: src/libc/ansi/time/ctime.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/time/ctime.txh,v
retrieving revision 1.8
diff -p -c -3 -r1.8 ctime.txh
*** src/libc/ansi/time/ctime.txh	29 Jan 2003 12:32:36 -0000	1.8
--- src/libc/ansi/time/ctime.txh	3 Feb 2003 20:04:47 -0000
*************** printf("The current time is %s", asctime
*** 84,89 ****
--- 84,90 ----
  @c ----------------------------------------------------------------------
  @node gmtime, time
  @findex gmtime
+ @tindex struct tm
  @subheading Syntax
  
  @example
Index: src/libc/bios/b_disk.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/bios/b_disk.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 b_disk.txh
*** src/libc/bios/b_disk.txh	29 Jan 2003 12:33:34 -0000	1.4
--- src/libc/bios/b_disk.txh	3 Feb 2003 20:04:47 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node _bios_disk, bios
  @findex _bios_disk
+ @tindex struct diskinfo_t
  @subheading Syntax
  
  @example
Index: src/libc/c99/inttypes/imaxdiv.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/c99/inttypes/imaxdiv.txh,v
retrieving revision 1.2
diff -p -c -3 -r1.2 imaxdiv.txh
*** src/libc/c99/inttypes/imaxdiv.txh	29 Jan 2003 12:34:24 -0000	1.2
--- src/libc/c99/inttypes/imaxdiv.txh	3 Feb 2003 20:04:48 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node imaxdiv, math
  @findex imaxdiv
+ @tindex imaxdiv_t
  @subheading Syntax
  
  @example
Index: src/libc/compat/ioctl/ioctl.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/compat/ioctl/ioctl.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 ioctl.txh
*** src/libc/compat/ioctl/ioctl.txh	29 Jan 2003 12:36:02 -0000	1.5
--- src/libc/compat/ioctl/ioctl.txh	3 Feb 2003 20:04:49 -0000
*************** int main(int argc, char **argv)
*** 267,272 ****
--- 267,273 ----
  
  @node ioctl (UNIX), io
  @findex ioctl AT r{, UNIX}
+ @tindex struct winsize
  @subheading Syntax
  
  @example
Index: src/libc/compat/mntent/mntent.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/compat/mntent/mntent.txh,v
retrieving revision 1.6
diff -p -c -3 -r1.6 mntent.txh
*** src/libc/compat/mntent/mntent.txh	29 Jan 2003 12:37:37 -0000	1.6
--- src/libc/compat/mntent/mntent.txh	3 Feb 2003 20:04:52 -0000
*************** not a real pointer and may only be used 
*** 46,51 ****
--- 46,52 ----
  @c ----------------------------------------------------------------------
  @node getmntent, unix
  @findex getmntent
+ @tindex struct mntent
  @subheading Syntax
  
  @example
Index: src/libc/compat/search/insque.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/compat/search/insque.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 insque.txh
*** src/libc/compat/search/insque.txh	29 Jan 2003 12:38:12 -0000	1.3
--- src/libc/compat/search/insque.txh	3 Feb 2003 20:04:52 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node insque, misc
  @findex insque
+ @tindex struct qelem
  @subheading Syntax
  
  @example
Index: src/libc/compat/sys/resource/gtrlimit.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/compat/sys/resource/gtrlimit.txh,v
retrieving revision 1.6
diff -p -c -3 -r1.6 gtrlimit.txh
*** src/libc/compat/sys/resource/gtrlimit.txh	29 Jan 2003 12:42:38 -0000	1.6
--- src/libc/compat/sys/resource/gtrlimit.txh	3 Feb 2003 20:04:52 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node getrlimit, unix
  @findex getrlimit
+ @tindex struct rlimit
  @subheading Syntax
  
  @example
Index: src/libc/compat/sys/resource/resource.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/compat/sys/resource/resource.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 resource.txh
*** src/libc/compat/sys/resource/resource.txh	29 Jan 2003 12:42:38 -0000	1.4
--- src/libc/compat/sys/resource/resource.txh	3 Feb 2003 20:04:52 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node getrusage, unix
  @findex getrusage
+ @tindex struct rusage
  @subheading Syntax
  
  @example
Index: src/libc/compat/sys/vfs/statfs.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/compat/sys/vfs/statfs.txh,v
retrieving revision 1.7
diff -p -c -3 -r1.7 statfs.txh
*** src/libc/compat/sys/vfs/statfs.txh	29 Jan 2003 12:42:38 -0000	1.7
--- src/libc/compat/sys/vfs/statfs.txh	3 Feb 2003 20:04:52 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node statfs, file system
  @findex statfs
+ @tindex struct statfs
  @subheading Syntax
  
  @example
Index: src/libc/dos/compat/d_exterr.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/compat/d_exterr.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 d_exterr.txh
*** src/libc/dos/compat/d_exterr.txh	29 Jan 2003 12:47:07 -0000	1.5
--- src/libc/dos/compat/d_exterr.txh	3 Feb 2003 20:04:54 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node dosexterr, dos
  @findex dosexterr
+ @tindex struct DOSERROR
  @subheading Syntax
  
  @example
*************** int main(void)
*** 325,330 ****
--- 326,332 ----
  
  @node dostrerr, dos
  @findex dostrerr
+ @tindex struct DOSERROR_STR
  @subheading Syntax
  
  @example
Index: src/libc/dos/compat/d_findf.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/compat/d_findf.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 d_findf.txh
*** src/libc/dos/compat/d_findf.txh	29 Jan 2003 12:47:07 -0000	1.4
--- src/libc/dos/compat/d_findf.txh	3 Feb 2003 20:04:54 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node _dos_findfirst, dos
  @findex _dos_findfirst
+ @tindex struct find_t
  @subheading Syntax
  
  @example
Index: src/libc/dos/compat/d_getdat.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/compat/d_getdat.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 d_getdat.txh
*** src/libc/dos/compat/d_getdat.txh	29 Jan 2003 12:47:07 -0000	1.3
--- src/libc/dos/compat/d_getdat.txh	3 Feb 2003 20:04:54 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node _dos_getdate, dos
  @findex _dos_getdate
+ @tindex struct dosdate_t
  @subheading Syntax
  
  @example
Index: src/libc/dos/compat/d_getdf.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/compat/d_getdf.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 d_getdf.txh
*** src/libc/dos/compat/d_getdf.txh	29 Jan 2003 12:47:07 -0000	1.4
--- src/libc/dos/compat/d_getdf.txh	3 Feb 2003 20:04:54 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node _dos_getdiskfree, dos
  @findex _dos_getdiskfree
+ @tindex struct diskfree_t
  @subheading Syntax
  
  @example
Index: src/libc/dos/compat/d_gettim.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/compat/d_gettim.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 d_gettim.txh
*** src/libc/dos/compat/d_gettim.txh	29 Jan 2003 12:47:07 -0000	1.3
--- src/libc/dos/compat/d_gettim.txh	3 Feb 2003 20:04:54 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node _dos_gettime, dos
  @findex _dos_gettime
+ @tindex struct dostime_t
  @subheading Syntax
  
  @example
Index: src/libc/dos/dir/findfirs.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/dir/findfirs.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 findfirs.txh
*** src/libc/dos/dir/findfirs.txh	29 Jan 2003 12:47:41 -0000	1.3
--- src/libc/dos/dir/findfirs.txh	3 Feb 2003 20:04:55 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node findfirst, file system
  @findex findfirst
+ @tindex struct ffblk
  @subheading Syntax
  
  @example
Index: src/libc/dos/dos/bdos.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/dos/bdos.txh,v
retrieving revision 1.6
diff -p -c -3 -r1.6 bdos.txh
*** src/libc/dos/dos/bdos.txh	29 Jan 2003 12:48:14 -0000	1.6
--- src/libc/dos/dos/bdos.txh	3 Feb 2003 20:04:56 -0000
*************** bdosptr(9, "Hello, there$", 0);
*** 79,84 ****
--- 79,89 ----
  @c -------------------------------------------------------------------------
  @node int86, dos
  @findex int86
+ @tindex struct DWORDREGS
+ @tindex struct DWORDREGS_W
+ @tindex struct WORDREGS
+ @tindex struct BYTEREGS
+ @tindex union REGS
  @subheading Syntax
  
  @example
Index: src/libc/dos/dos/getdate.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/dos/getdate.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 getdate.txh
*** src/libc/dos/dos/getdate.txh	29 Jan 2003 12:48:14 -0000	1.3
--- src/libc/dos/dos/getdate.txh	3 Feb 2003 20:04:56 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node getdate, time
  @findex getdate
+ @tindex struct date
  @subheading Syntax
  
  @example
Index: src/libc/dos/dos/getdfree.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/dos/getdfree.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 getdfree.txh
*** src/libc/dos/dos/getdfree.txh	29 Jan 2003 12:48:14 -0000	1.3
--- src/libc/dos/dos/getdfree.txh	3 Feb 2003 20:04:56 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node getdfree, file system
  @findex getdfree
+ @tindex struct dfree
  @subheading Syntax
  
  @example
Index: src/libc/dos/dos/getftime.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/dos/getftime.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 getftime.txh
*** src/libc/dos/dos/getftime.txh	29 Jan 2003 12:48:14 -0000	1.3
--- src/libc/dos/dos/getftime.txh	3 Feb 2003 20:04:56 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node getftime, file system
  @findex getftime
+ @tindex struct ftime
  @subheading Syntax
  
  @example
Index: src/libc/dos/dos/gettime.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/dos/gettime.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 gettime.txh
*** src/libc/dos/dos/gettime.txh	29 Jan 2003 12:48:14 -0000	1.3
--- src/libc/dos/dos/gettime.txh	3 Feb 2003 20:04:56 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node gettime, time
  @findex gettime
+ @tindex struct time
  @subheading Syntax
  
  @example
Index: src/libc/dos/dos/gettimeo.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/dos/gettimeo.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 gettimeo.txh
*** src/libc/dos/dos/gettimeo.txh	29 Jan 2003 12:48:14 -0000	1.4
--- src/libc/dos/dos/gettimeo.txh	3 Feb 2003 20:04:56 -0000
***************
*** 1,5 ****
--- 1,7 ----
  @node gettimeofday, time
  @findex gettimeofday
+ @tindex struct timeval
+ @tindex struct timezone
  @subheading Syntax
  
  @example
Index: src/libc/dos/io/fd_props.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/io/fd_props.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 fd_props.txh
*** src/libc/dos/io/fd_props.txh	29 Jan 2003 12:49:06 -0000	1.3
--- src/libc/dos/io/fd_props.txh	3 Feb 2003 20:05:00 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node __set_fd_properties, io
  @findex __set_fd_properties
+ @tindex struct fd_properties
  @subheading Syntax
  
  @example
Index: src/libc/dos/process/chkv2prg.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/process/chkv2prg.txh,v
retrieving revision 1.3
diff -p -c -3 -r1.3 chkv2prg.txh
*** src/libc/dos/process/chkv2prg.txh	29 Jan 2003 12:49:53 -0000	1.3
--- src/libc/dos/process/chkv2prg.txh	3 Feb 2003 20:05:00 -0000
***************
*** 1,5 ****
--- 1,7 ----
  @node _check_v2_prog, process
  @findex _check_v2_prog
+ @tindex _v1_stubinfo
+ @tindex _v2_prog_type
  @subheading Syntax
  
  @example
Index: src/libc/dos/sys/timeb/ftime.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/sys/timeb/ftime.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 ftime.txh
*** src/libc/dos/sys/timeb/ftime.txh	29 Jan 2003 12:50:23 -0000	1.4
--- src/libc/dos/sys/timeb/ftime.txh	3 Feb 2003 20:05:00 -0000
***************
*** 1,6 ****
--- 1,7 ----
  @c ----------------------------------------------------------------------
  @node ftime, time
  @findex ftime
+ @tindex struct timeb
  @subheading Syntax
  
  @example
Index: src/libc/go32/godefv1.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/go32/godefv1.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 godefv1.txh
*** src/libc/go32/godefv1.txh	29 Jan 2003 12:51:15 -0000	1.4
--- src/libc/go32/godefv1.txh	3 Feb 2003 20:05:00 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node _go32_dpmi_get_free_memory_information, dpmi
  @findex _go32_dpmi_get_free_memory_information
+ @tindex _go32_dpmi_meminfo
  @subheading Syntax
  
  @example
Index: src/libc/go32/infostrc.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/go32/infostrc.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 infostrc.txh
*** src/libc/go32/infostrc.txh	29 Jan 2003 12:51:15 -0000	1.4
--- src/libc/go32/infostrc.txh	3 Feb 2003 20:05:00 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node _go32_info_block, dpmi
  @vindex _go32_info_block
+ @tindex Go32_Info_Block
  @subheading Syntax
  
  @example
Index: src/libc/pc_hw/co80/conio.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/pc_hw/co80/conio.txh,v
retrieving revision 1.9
diff -p -c -3 -r1.9 conio.txh
*** src/libc/pc_hw/co80/conio.txh	29 Jan 2003 12:51:29 -0000	1.9
--- src/libc/pc_hw/co80/conio.txh	3 Feb 2003 20:05:01 -0000
*************** manually (this is the function called by
*** 472,477 ****
--- 472,478 ----
  @c ----------------------------------------------------------------------
  @node gettextinfo, conio
  @findex gettextinfo
+ @tindex struct text_info
  @subheading Syntax
  
  @example
Index: src/libc/pc_hw/fpu/s_mather.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/pc_hw/fpu/s_mather.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 s_mather.txh
*** src/libc/pc_hw/fpu/s_mather.txh	29 Jan 2003 12:51:29 -0000	1.4
--- src/libc/pc_hw/fpu/s_mather.txh	3 Feb 2003 20:05:02 -0000
***************
*** 1,6 ****
--- 1,7 ----
  @c ----------------------------------------------------------------------
  @node matherr, math
  @findex matherr
+ @tindex struct exception
  @subheading Syntax
  
  @example
Index: src/libc/posix/dirent/readdir.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/dirent/readdir.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 readdir.txh
*** src/libc/posix/dirent/readdir.txh	29 Jan 2003 12:51:40 -0000	1.5
--- src/libc/posix/dirent/readdir.txh	3 Feb 2003 20:05:02 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node readdir, file system
  @findex readdir
+ @tindex struct dirent
  @subheading Syntax
  
  @example
Index: src/libc/posix/glob/glob.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/glob/glob.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 glob.txh
*** src/libc/posix/glob/glob.txh	29 Jan 2003 12:51:40 -0000	1.5
--- src/libc/posix/glob/glob.txh	3 Feb 2003 20:05:03 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node glob, shell
  @findex glob
+ @tindex glob_t
  @subheading Syntax
  
  @example
Index: src/libc/posix/grp/getgrent.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/grp/getgrent.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 getgrent.txh
*** src/libc/posix/grp/getgrent.txh	29 Jan 2003 12:51:40 -0000	1.5
--- src/libc/posix/grp/getgrent.txh	3 Feb 2003 20:05:03 -0000
***************
*** 1,6 ****
--- 1,7 ----
  @c ----------------------------------------------------------------------
  @node getgrent, unix
  @findex getgrent
+ @tindex struct group
  @subheading Syntax
  
  @example
Index: src/libc/posix/pwd/pwent.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/pwd/pwent.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 pwent.txh
*** src/libc/posix/pwd/pwent.txh	29 Jan 2003 12:51:41 -0000	1.5
--- src/libc/posix/pwd/pwent.txh	3 Feb 2003 20:05:07 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node getpwent, unix
  @findex getpwent
+ @tindex struct passwd
  @subheading Syntax
  
  @example
Index: src/libc/posix/regex/regex.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/regex/regex.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 regex.txh
*** src/libc/posix/regex/regex.txh	29 Jan 2003 12:51:41 -0000	1.5
--- src/libc/posix/regex/regex.txh	3 Feb 2003 20:05:07 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node regcomp, string
  @findex regcomp
+ @tindex regex_t
  @subheading Syntax
  
  @example
Index: src/libc/posix/signal/itimer.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/signal/itimer.txh,v
retrieving revision 1.8
diff -p -c -3 -r1.8 itimer.txh
*** src/libc/posix/signal/itimer.txh	29 Jan 2003 12:51:41 -0000	1.8
--- src/libc/posix/signal/itimer.txh	3 Feb 2003 20:05:08 -0000
*************** Returns 0 on success, -1 on failure (and
*** 36,41 ****
--- 36,42 ----
  @c ----------------------------------------------------------------------
  @node setitimer, process
  @findex setitimer
+ @tindex struct itimerval
  @subheading Syntax
  
  @example
Index: src/libc/posix/signal/sigactio.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/signal/sigactio.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 sigactio.txh
*** src/libc/posix/signal/sigactio.txh	29 Jan 2003 12:51:41 -0000	1.4
--- src/libc/posix/signal/sigactio.txh	3 Feb 2003 20:05:08 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node sigaction, signal
  @findex sigaction
+ @tindex struct sigaction
  @subheading Syntax
  
  @example
Index: src/libc/posix/sys/stat/stat.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/sys/stat/stat.txh,v
retrieving revision 1.11
diff -p -c -3 -r1.11 stat.txh
*** src/libc/posix/sys/stat/stat.txh	29 Jan 2003 12:51:41 -0000	1.11
--- src/libc/posix/sys/stat/stat.txh	3 Feb 2003 20:05:09 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node stat, io
  @findex stat
+ @tindex struct stat
  @subheading Syntax
  
  @example
Index: src/libc/posix/sys/statvfs/statvfs.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/sys/statvfs/statvfs.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 statvfs.txh
*** src/libc/posix/sys/statvfs/statvfs.txh	29 Jan 2003 12:51:41 -0000	1.4
--- src/libc/posix/sys/statvfs/statvfs.txh	3 Feb 2003 20:05:10 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node statvfs, file system
  @findex statvfs
+ @tindex struct statvfs
  @subheading Syntax
  
  @example
Index: src/libc/posix/sys/times/times.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/sys/times/times.txh,v
retrieving revision 1.4
diff -p -c -3 -r1.4 times.txh
*** src/libc/posix/sys/times/times.txh	29 Jan 2003 12:51:41 -0000	1.4
--- src/libc/posix/sys/times/times.txh	3 Feb 2003 20:05:10 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node times, time
  @findex times
+ @tindex struct tms
  @subheading Syntax
  
  @example
Index: src/libc/posix/termios/tcsetatr.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/termios/tcsetatr.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 tcsetatr.txh
*** src/libc/posix/termios/tcsetatr.txh	29 Jan 2003 12:51:41 -0000	1.5
--- src/libc/posix/termios/tcsetatr.txh	3 Feb 2003 20:05:11 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node Termios functions, termios
  @cindex termios
+ @tindex struct termios
  
  The @code{termios} functions allow to control terminals and asynchronous
  communications ports.  The DJGPP implementation currently supports the
Index: src/libc/posix/utime/utime.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/utime/utime.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 utime.txh
*** src/libc/posix/utime/utime.txh	29 Jan 2003 12:51:41 -0000	1.5
--- src/libc/posix/utime/utime.txh	3 Feb 2003 20:05:16 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node utime, file system
  @findex utime
+ @tindex struct utimbuf
  @subheading Syntax
  
  @example
Index: src/libc/posix/utsname/uname.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/posix/utsname/uname.txh,v
retrieving revision 1.5
diff -p -c -3 -r1.5 uname.txh
*** src/libc/posix/utsname/uname.txh	29 Jan 2003 12:51:41 -0000	1.5
--- src/libc/posix/utsname/uname.txh	3 Feb 2003 20:05:16 -0000
***************
*** 1,5 ****
--- 1,6 ----
  @node uname, unix
  @findex uname
+ @tindex struct utsname
  @subheading Syntax
  
  @example

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019