Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerps committed Sep 16, 2018
1 parent 61139b2 commit bd0b0ee
Show file tree
Hide file tree
Showing 21 changed files with 240 additions and 185 deletions.
12 changes: 10 additions & 2 deletions Docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,18 @@ p {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
line-height: 150%;
white-space: nowrap;
}

.navlink2 {
display: block;
font-size: 0.8rem;
margin-top: 0.5rem;
margin-bottom: 0;
margin-top: 0.3rem;
margin-bottom: 0.3rem;
margin-left: 1rem;
margin-right: 0;
white-space: nowrap;
}

.navlink3 {
Expand All @@ -130,6 +133,7 @@ p {
margin-bottom: 0;
margin-left: 1rem;
margin-right: 0;
white-space: nowrap;
}

.navlink4 {
Expand All @@ -139,6 +143,7 @@ p {
margin-bottom: 0;
margin-left: 1rem;
margin-right: 0;
white-space: nowrap;
}

.navprocnm {
Expand All @@ -147,6 +152,9 @@ p {
font-weight: bold;
}

.navprocd {
}

.navprocnm2 {
display: inline;
font-family: 'Ubuntu Mono', monospace;
Expand Down
Binary file removed Docs/favicon.png
Binary file not shown.
331 changes: 180 additions & 151 deletions Docs/index.html

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
----- RpgMap is distributed under the following license -----
---
-----

RpgMap

Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
(c) 2017-2018 John Erps (john.erps@gmail.com)

-----

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

-----

----- File RPGMAPRBTC.C bears the following license -----
-----

File RPGMAPRBTC.C bears the following license

Copyright (c) 2001 Emin Martinian
(c) 2001 Emin Martinian

-----

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that neither the name of Emin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RpgMap
# RpgMap v1.2.0

RpgMap implements a versatile in-memory ordered key/value store, like a Java TreeMap or
a Python dict, for use with the RPG programming language.
Expand Down
17 changes: 13 additions & 4 deletions Source/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
----- RpgMap is distributed under the following license -----
---
-----

RpgMap v1.2.0

Copyright (c) 2017-2018 John Erps (john.erps@gmail.com)
(c) 2017-2018 John Erps (john.erps@gmail.com)

-----

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

-----

----- File RPGMAPRBTC.C bears the following license -----
-----

File RPGMAPRBTC.C bears the following license

Copyright (c) 2001 Emin Martinian
(c) 2001 Emin Martinian

-----

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that neither the name of Emin
Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAP.RPGLE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**FREE

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


// v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions Source/RPGMAPCVA.t.RPGLE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**FREE

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


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


Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAPCVAH.RPGLE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**FREE

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


/if defined(RPGMAPCVA_H)
Expand Down
4 changes: 2 additions & 2 deletions Source/RPGMAPGMF.t.RPGLE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**FREE

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


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


Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAPGMFH.RPGLE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**FREE

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


/if defined(RPGMAPGMF_H)
Expand Down
4 changes: 2 additions & 2 deletions Source/RPGMAPLPN.t.RPGLE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**FREE

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


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


Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAPLPNH.RPGLE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**FREE

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


/if defined(RPGMAPLPN_H)
Expand Down
4 changes: 2 additions & 2 deletions Source/RPGMAPMAIN.t.RPGLE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**FREE

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


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


Expand Down
6 changes: 3 additions & 3 deletions Source/RPGMAPRBTC.C
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#pragma comment (copyright, "Copyright (c) 2017 John Erps (john.erps@gmail.com)")
#pragma comment (copyright, "(c) 2017 John Erps (john.erps@gmail.com)")


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

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


#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAPRBTC.H
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* RPGMAPRBTC.H - RedBlackTree and Cursors header file */
/* Copyright (c) 2017 John Erps (john.erps@gmail.com) */
/* (c) 2017 John Erps (john.erps@gmail.com) */


#ifndef RPGMAPRBTC_H
Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAPRBTC.RPGLE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**FREE

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


/if defined(RPGMAPRBTC_H)
Expand Down
4 changes: 2 additions & 2 deletions Source/RPGMAPSYS.RPGLE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**FREE

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


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


Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAPSYSH.RPGLE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**FREE

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


/if defined(RPGMAPSYS_H)
Expand Down
4 changes: 2 additions & 2 deletions Source/RPGMAPVAL.t.RPGLE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**FREE

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


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


Expand Down
2 changes: 1 addition & 1 deletion Source/RPGMAPVALH.RPGLE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**FREE

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


/if defined(RPGMAPVAL_H)
Expand Down

0 comments on commit bd0b0ee

Please sign in to comment.