Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
bd49c267
Commit
bd49c267
authored
Aug 16, 2020
by
Rob Swindell
💬
Browse files
Commit with CVS Keywords expanded.
parent
8351fe22
Changes
56
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
26 additions
and
18 deletions
+26
-18
src/xpdev/conwrap.c
src/xpdev/conwrap.c
+1
-1
src/xpdev/conwrap.h
src/xpdev/conwrap.h
+1
-1
src/xpdev/cp437defs.h
src/xpdev/cp437defs.h
+1
-1
src/xpdev/dat_file.c
src/xpdev/dat_file.c
+1
-1
src/xpdev/dat_file.h
src/xpdev/dat_file.h
+1
-1
src/xpdev/datewrap.c
src/xpdev/datewrap.c
+1
-1
src/xpdev/datewrap.h
src/xpdev/datewrap.h
+1
-1
src/xpdev/dirwrap.c
src/xpdev/dirwrap.c
+1
-1
src/xpdev/dirwrap.h
src/xpdev/dirwrap.h
+1
-1
src/xpdev/eventwrap.h
src/xpdev/eventwrap.h
+1
-1
src/xpdev/filewrap.c
src/xpdev/filewrap.c
+1
-1
src/xpdev/filewrap.h
src/xpdev/filewrap.h
+1
-1
src/xpdev/gen_defs.h
src/xpdev/gen_defs.h
+4
-0
src/xpdev/genwrap.c
src/xpdev/genwrap.c
+4
-0
src/xpdev/genwrap.h
src/xpdev/genwrap.h
+1
-1
src/xpdev/ini_file.c
src/xpdev/ini_file.c
+1
-1
src/xpdev/ini_file.h
src/xpdev/ini_file.h
+1
-1
src/xpdev/ini_file.txt
src/xpdev/ini_file.txt
+1
-1
src/xpdev/link_list.c
src/xpdev/link_list.c
+1
-1
src/xpdev/link_list.h
src/xpdev/link_list.h
+1
-1
No files found.
src/xpdev/conwrap.c
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* DOS's kbhit and getch functions for Unix - Casey Martin 2000 */
/* $Id$ */
/* $Id
: conwrap.c,v 1.15 2018/07/24 01:13:09 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/conwrap.h
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* Cross-platform local console I/O wrapppers */
/* $Id$ */
/* $Id
: conwrap.h,v 1.6 2018/07/24 01:13:09 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/cp437defs.h
View file @
bd49c267
/* Synchronet IBM Code Page 437 (CP437) definitions */
/* $Id$ */
/* $Id
: cp437defs.h,v 1.5 2019/08/30 10:47:41 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/dat_file.c
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* Functions to deal with comma (CSV) and tab-delimited files and lists */
/* $Id$ */
/* $Id
: dat_file.c,v 1.8 2018/07/24 01:13:09 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/dat_file.h
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* Functions to deal with comma (CSV) and tab-delimited files and lists */
/* $Id$ */
/* $Id
: dat_file.h,v 1.4 2018/07/24 01:13:09 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/datewrap.c
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* Wrappers for non-standard date and time functions */
/* $Id$ */
/* $Id
: datewrap.c,v 1.34 2015/08/29 10:40:15 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/datewrap.h
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* Wrappers for non-standard date and time functions */
/* $Id$ */
/* $Id
: datewrap.h,v 1.28 2019/07/24 04:08:25 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/dirwrap.c
View file @
bd49c267
/* Directory-related system-call wrappers */
// vi: tabstop=4
/* $Id$ */
/* $Id
: dirwrap.c,v 1.113 2020/05/25 22:15:09 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/dirwrap.h
View file @
bd49c267
/* Directory system-call wrappers */
// vi: tabstop=4
/* $Id$ */
/* $Id
: dirwrap.h,v 1.55 2019/09/20 08:59:34 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/eventwrap.h
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* Event-related cross-platform development wrappers (Win32 API emulation) */
/* $Id$ */
/* $Id
: eventwrap.h,v 1.4 2018/07/24 01:13:09 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/filewrap.c
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* File-related system-call wrappers */
/* $Id$ */
/* $Id
: filewrap.c,v 1.50 2019/08/31 20:59:39 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/filewrap.h
View file @
bd49c267
...
...
@@ -2,7 +2,7 @@
/* File system-call wrappers */
/* $Id$ */
/* $Id
: filewrap.h,v 1.39 2019/08/31 22:16:21 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/gen_defs.h
View file @
bd49c267
/* General(ly useful) constant, macro, and type definitions */
<<<<<<<
gen_defs
.
h
/* $Id$ */
=======
/* $Id: gen_defs.h,v 1.85 2020/08/15 19:57:51 rswindell Exp $ */
>>>>>>>
1
.
85
// vi: tabstop=4
/****************************************************************************
...
...
src/xpdev/genwrap.c
View file @
bd49c267
/* General cross-platform development wrappers */
<<<<<<<
genwrap
.
c
/* $Id$ */
=======
/* $Id: genwrap.c,v 1.118 2020/08/10 04:11:44 rswindell Exp $ */
>>>>>>>
1
.
118
// vi: tabstop=4
/****************************************************************************
...
...
src/xpdev/genwrap.h
View file @
bd49c267
/* General cross-platform development wrappers */
/* $Id$ */
/* $Id
: genwrap.h,v 1.122 2020/08/08 23:25:46 rswindell Exp
$ */
// vi: tabstop=4
/****************************************************************************
...
...
src/xpdev/ini_file.c
View file @
bd49c267
/* Functions to create and parse .ini files */
/* $Id$ */
/* $Id
: ini_file.c,v 1.175 2020/08/08 23:26:38 rswindell Exp
$ */
// vi: tabstop=4
/****************************************************************************
...
...
src/xpdev/ini_file.h
View file @
bd49c267
/* Functions to parse ini (initialization / configuration) files */
/* $Id$ */
/* $Id
: ini_file.h,v 1.60 2020/04/03 18:41:45 rswindell Exp
$ */
// vi: tabstop=4
/****************************************************************************
...
...
src/xpdev/ini_file.txt
View file @
bd49c267
$Id$
$Id
: ini_file.txt,v 1.2 2005/10/13 10:16:07 rswindell Exp
$
Synchronet/xpdev ini_file module
--------------------------------
...
...
src/xpdev/link_list.c
View file @
bd49c267
/* Double-Linked-list library */
/* $Id$ */
/* $Id
: link_list.c,v 1.64 2019/08/04 19:38:53 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
src/xpdev/link_list.h
View file @
bd49c267
/* Double-Linked-list library */
/* $Id$ */
/* $Id
: link_list.h,v 1.29 2019/08/02 02:36:28 rswindell Exp
$ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment