Skip to content

Commit bd0b0ee

Browse files
author
jerps
committed
v1.2.0
1 parent 61139b2 commit bd0b0ee

21 files changed

+240
-185
lines changed

Docs/css/main.css

+10-2
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,18 @@ p {
112112
margin-bottom: 0;
113113
margin-left: 0;
114114
margin-right: 0;
115+
line-height: 150%;
116+
white-space: nowrap;
115117
}
116118

117119
.navlink2 {
118120
display: block;
119121
font-size: 0.8rem;
120-
margin-top: 0.5rem;
121-
margin-bottom: 0;
122+
margin-top: 0.3rem;
123+
margin-bottom: 0.3rem;
122124
margin-left: 1rem;
123125
margin-right: 0;
126+
white-space: nowrap;
124127
}
125128

126129
.navlink3 {
@@ -130,6 +133,7 @@ p {
130133
margin-bottom: 0;
131134
margin-left: 1rem;
132135
margin-right: 0;
136+
white-space: nowrap;
133137
}
134138

135139
.navlink4 {
@@ -139,6 +143,7 @@ p {
139143
margin-bottom: 0;
140144
margin-left: 1rem;
141145
margin-right: 0;
146+
white-space: nowrap;
142147
}
143148

144149
.navprocnm {
@@ -147,6 +152,9 @@ p {
147152
font-weight: bold;
148153
}
149154

155+
.navprocd {
156+
}
157+
150158
.navprocnm2 {
151159
display: inline;
152160
font-family: 'Ubuntu Mono', monospace;

Docs/favicon.png

-5.73 KB
Binary file not shown.

Docs/index.html

+180-151
Large diffs are not rendered by default.

LICENSE

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
----- RpgMap is distributed under the following license -----
1+
---
2+
-----
3+
4+
RpgMap
25

3-
Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
6+
(c) 2017-2018 John Erps (john.erps@gmail.com)
7+
8+
-----
49

510
Permission is hereby granted, free of charge, to any person obtaining a copy of
611
this software and associated documentation files (the "Software"), to deal in
@@ -21,9 +26,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2126

2227
-----
2328

24-
----- File RPGMAPRBTC.C bears the following license -----
29+
-----
30+
31+
File RPGMAPRBTC.C bears the following license
2532

26-
Copyright (c) 2001 Emin Martinian
33+
(c) 2001 Emin Martinian
34+
35+
-----
2736

2837
Redistribution and use in source and binary forms, with or without
2938
modification, are permitted provided that neither the name of Emin

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RpgMap
1+
# RpgMap v1.2.0
22

33
RpgMap implements a versatile in-memory ordered key/value store, like a Java TreeMap or
44
a Python dict, for use with the RPG programming language.

Source/LICENSE

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
----- RpgMap is distributed under the following license -----
1+
---
2+
-----
3+
4+
RpgMap v1.2.0
25

3-
Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
6+
(c) 2017-2018 John Erps (john.erps@gmail.com)
7+
8+
-----
49

510
Permission is hereby granted, free of charge, to any person obtaining a copy of
611
this software and associated documentation files (the "Software"), to deal in
@@ -21,9 +26,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2126

2227
-----
2328

24-
----- File RPGMAPRBTC.C bears the following license -----
29+
-----
30+
31+
File RPGMAPRBTC.C bears the following license
2532

26-
Copyright (c) 2001 Emin Martinian
33+
(c) 2001 Emin Martinian
34+
35+
-----
2736

2837
Redistribution and use in source and binary forms, with or without
2938
modification, are permitted provided that neither the name of Emin

Source/RPGMAP.RPGLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**FREE
22

33
// RPGMAP.RPGLE - RpgMap header file
4-
// Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
4+
// (c) 2017-2018 John Erps (john.erps@gmail.com)
55

66

77
// v1.2.0

Source/RPGMAPCVA.t.RPGLE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**FREE
22

33
// RPGMAPCVA.RPGLE - RpgMap Compare Values Alt seq
4-
// Copyright (c) 2017 John Erps (john.erps@gmail.com)
4+
// (c) 2017 John Erps (john.erps@gmail.com)
55

66

7-
ctl-opt copyright('Copyright (c) 2017 John Erps (john.erps@gmail.com)');
7+
ctl-opt copyright('(c) 2017 John Erps (john.erps@gmail.com)');
88
ctl-opt nomain datfmt(*iso-) timfmt(*iso.) ccsid(*exact) altseq(*ext) srtseq(_SRTSEQ_);
99

1010

Source/RPGMAPCVAH.RPGLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**FREE
22

33
// RPGMAPCVAH.RPGLE - RPGMAPCVA header file
4-
// Copyright (c) 2017 John Erps (john.erps@gmail.com)
4+
// (c) 2017 John Erps (john.erps@gmail.com)
55

66

77
/if defined(RPGMAPCVA_H)

Source/RPGMAPGMF.t.RPGLE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**FREE
22

33
// RPGMAPGMF.RPGLE - RpgMap Gen Main Func
4-
// Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
4+
// (c) 2017-2018 John Erps (john.erps@gmail.com)
55

66

7-
ctl-opt copyright('Copyright (c) 2017 John Erps (john.erps@gmail.com)');
7+
ctl-opt copyright('(c) 2017 John Erps (john.erps@gmail.com)');
88
ctl-opt nomain datfmt(*iso-) timfmt(*iso.) ccsid(*exact);
99

1010

Source/RPGMAPGMFH.RPGLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**FREE
22

33
// RPGMAPGMFH.RPGLE - RPGMAPGMF header file
4-
// Copyright (c) 2017 John Erps (john.erps@gmail.com)
4+
// (c) 2017 John Erps (john.erps@gmail.com)
55

66

77
/if defined(RPGMAPGMF_H)

Source/RPGMAPLPN.t.RPGLE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**FREE
22

33
// RPGMAPLPN.RPGLE - RpgMap Long Procedure Names
4-
// Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
4+
// (c) 2017-2018 John Erps (john.erps@gmail.com)
55

66

7-
ctl-opt copyright('Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)');
7+
ctl-opt copyright('(c) 2017-2018 John Erps (john.erps@gmail.com)');
88
ctl-opt nomain datfmt(*iso-) timfmt(*iso.) ccsid(*exact);
99

1010

Source/RPGMAPLPNH.RPGLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**FREE
22

33
// RPGMAPLPNH.RPGLE - RPGMAPLPN header file
4-
// Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
4+
// (c) 2017-2018 John Erps (john.erps@gmail.com)
55

66

77
/if defined(RPGMAPLPN_H)

Source/RPGMAPMAIN.t.RPGLE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**FREE
22

33
// RPGMAPMAIN.RPGLE - RpgMap Main
4-
// Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
4+
// (c) 2017-2018 John Erps (john.erps@gmail.com)
55

66

7-
ctl-opt copyright('Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)');
7+
ctl-opt copyright('(c) 2017-2018 John Erps (john.erps@gmail.com)');
88
ctl-opt nomain datfmt(*iso-) timfmt(*iso.) ccsid(*exact);
99

1010

Source/RPGMAPRBTC.C

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#pragma comment (copyright, "Copyright (c) 2017 John Erps (john.erps@gmail.com)")
1+
#pragma comment (copyright, "(c) 2017 John Erps (john.erps@gmail.com)")
22

33

44
/* RPGMAPRBTC.C - RedBlackTree and Cursors */
5-
/* Copyright (c) 2017 John Erps (john.erps@gmail.com) */
5+
/* (c) 2017 John Erps (john.erps@gmail.com) */
66

77
/* Based on RBT implementation: */
88
/* http://web.mit.edu/~emin/www.old/source_code/red_black_tree/index.html */
9-
/* Copyright (c) 2001 Emin Martinian */
9+
/* (c) 2001 Emin Martinian */
1010

1111

1212
#include <stdlib.h>

Source/RPGMAPRBTC.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* RPGMAPRBTC.H - RedBlackTree and Cursors header file */
2-
/* Copyright (c) 2017 John Erps (john.erps@gmail.com) */
2+
/* (c) 2017 John Erps (john.erps@gmail.com) */
33

44

55
#ifndef RPGMAPRBTC_H

Source/RPGMAPRBTC.RPGLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**FREE
22

33
// RPGMAPRBTC.RPGLE - RedBlackTree and Cursors header file, RPG version */
4-
// Copyright (c) 2017 John Erps (john.erps@gmail.com)
4+
// (c) 2017 John Erps (john.erps@gmail.com)
55

66

77
/if defined(RPGMAPRBTC_H)

Source/RPGMAPSYS.RPGLE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**FREE
22

33
// RPGMAPSYS.RPGLE - RpgMap System
4-
// Copyright (c) 2017 John Erps (john.erps@gmail.com)
4+
// (c) 2017 John Erps (john.erps@gmail.com)
55

66

7-
ctl-opt copyright('Copyright (c) 2017 John Erps (john.erps@gmail.com)');
7+
ctl-opt copyright('(c) 2017 John Erps (john.erps@gmail.com)');
88
ctl-opt nomain datfmt(*iso-) timfmt(*iso.) ccsid(*exact);
99

1010

Source/RPGMAPSYSH.RPGLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**FREE
22

33
// RPGMAPSYSH.RPGLE - RPGMAPSYS header file
4-
// Copyright (c) 2017 John Erps (john.erps@gmail.com)
4+
// (c) 2017 John Erps (john.erps@gmail.com)
55

66

77
/if defined(RPGMAPSYS_H)

Source/RPGMAPVAL.t.RPGLE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**FREE
22

33
// RPGMAPVAL.RPGLE - RpgMap Values
4-
// Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
4+
// (c) 2017-2018 John Erps (john.erps@gmail.com)
55

66

7-
ctl-opt copyright('Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)');
7+
ctl-opt copyright('(c) 2017-2018 John Erps (john.erps@gmail.com)');
88
ctl-opt nomain datfmt(*iso-) timfmt(*iso.) ccsid(*exact);
99

1010

Source/RPGMAPVALH.RPGLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**FREE
22

33
// RPGMAPVALH.RPGLE - RPGMAPVAL header file
4-
// Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
4+
// (c) 2017-2018 John Erps (john.erps@gmail.com)
55

66

77
/if defined(RPGMAPVAL_H)

0 commit comments

Comments
 (0)