Codebase list xd / aa1a66d
Update upstream source from tag 'upstream/3.29.01' Update to upstream version '3.29.01' with Debian dir 5cc4fe0a3d8dbe7de36d22a152d8ac4619cb66b7 Frank B. Brokken 2 years ago
5 changed file(s) with 13 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 #define VERSION "3.29.00"
1 #define YEARS "1994-2019"
0 #define VERSION "3.29.01"
1 #define YEARS "1994-2021"
0 #!/usr/bin/icmake -qt/tmp/xdbuild
0 #!/usr/bin/icmake -t.
11
22 #define LOGENV "XD"
33
0 xd (3.29.01)
1
2 * Removed -q from xd's build script
3
4 -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 26 Jun 2021 15:16:19 +0200
5
06 xd (3.29.00)
17
28 * Changes required for bobcat >= 5.00.00
2323 DEFINEMACRO(tt)(1)(em(ARG1))
2424
2525 COMMENT( man-request, section, date, distribution file, general name)
26 manpage(xd)(1)(_CurYrs_)(xd._CurVers_.tar.gz)
26 manpage(xd)(1)(_CurYrs_)(xd._CurVers_)
2727 (xd - fast directory changes)
2828
2929 COMMENT( man-request, larger title )
2929 chdir(g_cwd);
3030 entries = findAll("l", src, pattern);
3131
32 if (listlen(entries) == 1 && strlen(entries[0]) == 0)
33 return;
34
3235 for (idx = listlen(entries); idx--; )
3336 run("cp " CPOPTS " " + src + entries[idx] + " " + dest);
3437 }