Skip to content

Commit

Permalink
version 2016.08.05.01a release
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Aug 6, 2016
1 parent 8c11ce2 commit a2e890e
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 202 deletions.
4 changes: 4 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Aug 05, 2016

-Trash directory string getting mangled

Bugs preceded by the minus sign have been fixed.

Apr 04, 2012
Expand Down
10 changes: 10 additions & 0 deletions Release_Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
=== RMW Release Notes ===

-- August 5, 2016 --
-Version 2016.08.05.01a-

I'm not seeing a problem anymore with the trash directory string
getting mangled.

This is a minor update to the last release from 2013. Besides the bug-fix,
I've been working at cleaning up the code, and plan to continue.
10 changes: 7 additions & 3 deletions compile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#! /bin/bash
# Wrapper for compilers which do not understand '-c -o'.

scriptversion=2012-03-05.13; # UTC
scriptversion=2012-10-14.11; # UTC

# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
# Software Foundation, Inc.
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# Written by Tom Tromey <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -113,6 +112,11 @@ func_cl_dashl ()
lib=$dir/$lib.lib
break
fi
if test -f "$dir/lib$lib.a"; then
found=yes
lib=$dir/lib$lib.a
break
fi
done
IFS=$save_IFS

Expand Down
Loading

0 comments on commit a2e890e

Please sign in to comment.