Date: Wed, 05 Feb 2003 19:01:04 +0000 From: "Richard Dawe" 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, revision 2 [PATCH] Message-Id: Reply-To: djgpp-workers AT delorie DOT com Hello. Here is revision 2 of the @tindex patch. As always, thanks for all the comments. 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 5 Feb 2003 18:56:07 -0000 *************** The argument @var{start_state} is usuall *** 39,44 **** --- 39,46 ---- @c ---------------------------------------------------------------------- @node save_npx, debugging @findex save_npx + @tindex NPXREG AT r{ type} + @tindex NPX AT r{ type} @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 TSS AT r{ structure} + @tindex TSS AT r{ type} @subheading Syntax *************** otherwise. *** 520,525 **** --- 524,531 ---- @node redir_debug_init, debugging @findex redir_debug_init + @tindex dbg_redirect AT r{ structure} + @tindex cmdline_t AT r{ type} @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 5 Feb 2003 18:56:08 -0000 *************** *** 1,6 **** --- 1,7 ---- @c ---------------------------------------------------------------------- @node localeconv, locale @findex localeconv + @tindex lconv AT r{ structure} @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 5 Feb 2003 18:56:08 -0000 *************** *** 1,5 **** --- 1,6 ---- @node div, math @findex div + @tindex div_t AT r{ type} @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 5 Feb 2003 18:56:08 -0000 *************** *** 1,5 **** --- 1,6 ---- @node ldiv, math @findex ldiv + @tindex ldiv_t AT r{ type} @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 5 Feb 2003 18:56:08 -0000 *************** *** 1,5 **** --- 1,6 ---- @node lldiv, math @findex lldiv + @tindex lldiv_t AT r{ type} @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 5 Feb 2003 18:56:10 -0000 *************** if (now+new > max) *** 120,125 **** --- 120,126 ---- @node mallinfo, memory @findex mallinfo + @tindex mallinfo AT r{ structure} @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 5 Feb 2003 18:56:11 -0000 *************** printf("The current time is %s", asctime *** 84,89 **** --- 84,90 ---- @c ---------------------------------------------------------------------- @node gmtime, time @findex gmtime + @tindex tm AT r{ structure} @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 5 Feb 2003 18:56:12 -0000 *************** *** 1,5 **** --- 1,6 ---- @node _bios_disk, bios @findex _bios_disk + @tindex diskinfo_t AT r{ structure} @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 5 Feb 2003 18:56:12 -0000 *************** *** 1,5 **** --- 1,6 ---- @node imaxdiv, math @findex imaxdiv + @tindex imaxdiv_t AT r{ type} @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 5 Feb 2003 18:56:13 -0000 *************** int main(int argc, char **argv) *** 267,272 **** --- 267,273 ---- @node ioctl (UNIX), io @findex ioctl AT r{, UNIX} + @tindex winsize AT r{ structure} @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 5 Feb 2003 18:56:14 -0000 *************** not a real pointer and may only be used *** 46,51 **** --- 46,52 ---- @c ---------------------------------------------------------------------- @node getmntent, unix @findex getmntent + @tindex mntent AT r{ structure} @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 5 Feb 2003 18:56:14 -0000 *************** *** 1,5 **** --- 1,6 ---- @node insque, misc @findex insque + @tindex qelem AT r{ structure} @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 5 Feb 2003 18:56:15 -0000 *************** *** 1,5 **** --- 1,6 ---- @node getrlimit, unix @findex getrlimit + @tindex rlimit AT r{ structure} @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 5 Feb 2003 18:56:15 -0000 *************** *** 1,5 **** --- 1,6 ---- @node getrusage, unix @findex getrusage + @tindex rusage AT r{ structure} @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 5 Feb 2003 18:56:15 -0000 *************** *** 1,5 **** --- 1,6 ---- @node statfs, file system @findex statfs + @tindex statfs AT r{ structure} @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 5 Feb 2003 18:56:18 -0000 *************** *** 1,5 **** --- 1,6 ---- @node dosexterr, dos @findex dosexterr + @tindex DOSERROR AT r{ structure} @subheading Syntax @example *************** int main(void) *** 325,330 **** --- 326,332 ---- @node dostrerr, dos @findex dostrerr + @tindex DOSERROR_STR AT r{ structure} @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 5 Feb 2003 18:56:18 -0000 *************** *** 1,5 **** --- 1,6 ---- @node _dos_findfirst, dos @findex _dos_findfirst + @tindex find_t AT r{ structure} @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 5 Feb 2003 18:56:18 -0000 *************** *** 1,5 **** --- 1,6 ---- @node _dos_getdate, dos @findex _dos_getdate + @tindex dosdate_t AT r{ structure} @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 5 Feb 2003 18:56:18 -0000 *************** *** 1,5 **** --- 1,6 ---- @node _dos_getdiskfree, dos @findex _dos_getdiskfree + @tindex diskfree_t AT r{ structure} @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 5 Feb 2003 18:56:18 -0000 *************** *** 1,5 **** --- 1,6 ---- @node _dos_gettime, dos @findex _dos_gettime + @tindex dostime_t AT r{ structure} @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 5 Feb 2003 18:56:19 -0000 *************** *** 1,5 **** --- 1,6 ---- @node findfirst, file system @findex findfirst + @tindex ffblk AT r{ structure} @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 5 Feb 2003 18:56:22 -0000 *************** bdosptr(9, "Hello, there$", 0); *** 79,84 **** --- 79,89 ---- @c ------------------------------------------------------------------------- @node int86, dos @findex int86 + @tindex DWORDREGS AT r{ structure} + @tindex DWORDREGS_W AT r{ structure} + @tindex WORDREGS AT r{ structure} + @tindex BYTEREGS AT r{ structure} + @tindex REGS AT r{ union} @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 5 Feb 2003 18:56:22 -0000 *************** *** 1,5 **** --- 1,6 ---- @node getdate, time @findex getdate + @tindex date AT r{ structure} @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 5 Feb 2003 18:56:22 -0000 *************** *** 1,5 **** --- 1,6 ---- @node getdfree, file system @findex getdfree + @tindex dfree AT r{ structure} @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 5 Feb 2003 18:56:22 -0000 *************** *** 1,5 **** --- 1,6 ---- @node getftime, file system @findex getftime + @tindex ftime AT r{ structure} @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 5 Feb 2003 18:56:22 -0000 *************** *** 1,5 **** --- 1,6 ---- @node gettime, time @findex gettime + @tindex time AT r{ structure} @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 5 Feb 2003 18:56:22 -0000 *************** *** 1,5 **** --- 1,7 ---- @node gettimeofday, time @findex gettimeofday + @tindex timeval AT r{ structure} + @tindex timezone AT r{ structure} @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 5 Feb 2003 18:56:22 -0000 *************** *** 1,5 **** --- 1,6 ---- @node __set_fd_properties, io @findex __set_fd_properties + @tindex fd_properties AT r{ structure} @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 5 Feb 2003 18:56:24 -0000 *************** *** 1,5 **** --- 1,7 ---- @node _check_v2_prog, process @findex _check_v2_prog + @tindex _v1_stubinfo AT r{ type} + @tindex _v2_prog_type AT r{ 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 5 Feb 2003 18:56:24 -0000 *************** *** 1,6 **** --- 1,7 ---- @c ---------------------------------------------------------------------- @node ftime, time @findex ftime + @tindex timeb AT r{ structure} @subheading Syntax @example Index: src/libc/dpmi/api/dpmi.txh =================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/dpmi/api/dpmi.txh,v retrieving revision 1.3 diff -p -c -3 -r1.3 dpmi.txh *** src/libc/dpmi/api/dpmi.txh 29 Jan 2003 12:50:45 -0000 1.3 --- src/libc/dpmi/api/dpmi.txh 5 Feb 2003 18:56:24 -0000 *************** and http://www.delorie.com/djgpp/doc/dpm *** 6,20 **** @node DPMI Overview, dpmi @vindex __dpmi_error ! @tindex __dpmi_raddr ! @tindex __dpmi_paddr ! @tindex __dpmi_meminfo ! @tindex __dpmi_regs ! @tindex __dpmi_version_ret ! @tindex __dpmi_free_mem_info ! @tindex __dpmi_memory_info ! @tindex __dpmi_callback_info ! @tindex __dpmi_shminfo @example extern unsigned short __dpmi_error; --- 6,20 ---- @node DPMI Overview, dpmi @vindex __dpmi_error ! @tindex __dpmi_raddr AT r{ type} ! @tindex __dpmi_paddr AT r{ type} ! @tindex __dpmi_meminfo AT r{ type} ! @tindex __dpmi_regs AT r{ type} ! @tindex __dpmi_version_ret AT r{ type} ! @tindex __dpmi_free_mem_info AT r{ type} ! @tindex __dpmi_memory_info AT r{ type} ! @tindex __dpmi_callback_info AT r{ type} ! @tindex __dpmi_shminfo AT r{ type} @example extern unsigned short __dpmi_error; 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 5 Feb 2003 18:56:24 -0000 *************** *** 1,5 **** --- 1,6 ---- @node _go32_dpmi_get_free_memory_information, dpmi @findex _go32_dpmi_get_free_memory_information + @tindex _go32_dpmi_meminfo AT r{ type} @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 5 Feb 2003 18:56:24 -0000 *************** *** 1,5 **** --- 1,6 ---- @node _go32_info_block, dpmi @vindex _go32_info_block + @tindex Go32_Info_Block AT r{ type} @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 5 Feb 2003 18:56:26 -0000 *************** manually (this is the function called by *** 472,477 **** --- 472,478 ---- @c ---------------------------------------------------------------------- @node gettextinfo, conio @findex gettextinfo + @tindex text_info AT r{ structure} @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 5 Feb 2003 18:56:27 -0000 *************** *** 1,6 **** --- 1,7 ---- @c ---------------------------------------------------------------------- @node matherr, math @findex matherr + @tindex exception AT r{ structure} @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 5 Feb 2003 18:56:27 -0000 *************** *** 1,5 **** --- 1,6 ---- @node readdir, file system @findex readdir + @tindex dirent AT r{ structure} @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 5 Feb 2003 18:56:34 -0000 *************** *** 1,5 **** --- 1,6 ---- @node glob, shell @findex glob + @tindex glob_t AT r{ type} @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 5 Feb 2003 18:56:34 -0000 *************** *** 1,6 **** --- 1,7 ---- @c ---------------------------------------------------------------------- @node getgrent, unix @findex getgrent + @tindex group AT r{ structure} @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 5 Feb 2003 18:56:34 -0000 *************** *** 1,5 **** --- 1,6 ---- @node getpwent, unix @findex getpwent + @tindex passwd AT r{ structure} @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 5 Feb 2003 18:56:35 -0000 *************** *** 1,5 **** --- 1,6 ---- @node regcomp, string @findex regcomp + @tindex regex_t AT r{ type} @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 5 Feb 2003 18:56:35 -0000 *************** Returns 0 on success, -1 on failure (and *** 36,41 **** --- 36,42 ---- @c ---------------------------------------------------------------------- @node setitimer, process @findex setitimer + @tindex itimerval AT r{ structure} @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 5 Feb 2003 18:56:36 -0000 *************** *** 1,5 **** --- 1,6 ---- @node sigaction, signal @findex sigaction + @tindex sigaction AT r{ structure} @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 5 Feb 2003 18:56:37 -0000 *************** *** 1,5 **** --- 1,6 ---- @node stat, io @findex stat + @tindex stat AT r{ structure} @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 5 Feb 2003 18:56:37 -0000 *************** *** 1,5 **** --- 1,6 ---- @node statvfs, file system @findex statvfs + @tindex statvfs AT r{ structure} @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 5 Feb 2003 18:56:37 -0000 *************** *** 1,5 **** --- 1,6 ---- @node times, time @findex times + @tindex tms AT r{ structure} @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 5 Feb 2003 18:56:38 -0000 *************** *** 1,5 **** --- 1,6 ---- @node Termios functions, termios @cindex termios + @tindex termios AT r{ structure} 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 5 Feb 2003 18:56:44 -0000 *************** *** 1,5 **** --- 1,6 ---- @node utime, file system @findex utime + @tindex utimbuf AT r{ structure} @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 5 Feb 2003 18:56:44 -0000 *************** *** 1,5 **** --- 1,6 ---- @node uname, unix @findex uname + @tindex utsname AT r{ structure} @subheading Syntax @example