~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ext/README

  • Committer: Matthew Fuller
  • Date: 2016-01-25 01:46:38 UTC
  • mto: This revision was merged to the branch mainline in revision 427.
  • Revision ID: fullermd@over-yonder.net-20160125014638-u174wm6ct3p0qtwi
Add a dir to hold externally-sourced code, and bring in an
implementation of substring replacement.  The optimization in this
version is stupid overkill for what we'll need it for, but what the
heck.  No reason to go to the trouble of rolling our own.  Explicitly
in the public domain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory is for 3rd party code we pull in.  Principally intended
 
2
for small util-ish functions, or possibly optionally-built  local
 
3
implementations of common-but-not-universal library functions.  Each file
 
4
should include information about its source and licensing.
 
5
 
 
6
These are kept in a separate dir both for easy identification, and to
 
7
move them out of the way of 'make indent', since we generally want them
 
8
kept as closely as possible in sync with their upstreams.