History log of /freebsd-9.3-release/sys/tools/makeobjops.awk
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 198374 22-Oct-2009 emaste

Rename default to default_function, for compatibility with GNU awk.
(For cross-compiling out-of-tree kernel modules, for example.)


# 139825 07-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 131987 11-Jul-2004 dfr

Pass doxygen doc comments through to the output.


# 127976 07-Apr-2004 imp

Remove advertising clause from University of California Regent's license,
per letter dated July 22, 1999.

Approved by: core


# 121134 16-Oct-2003 dfr

Changes for new SMP-safe kobj method dispatch algorithm.


# 102164 20-Aug-2002 obrien

Use mv -f. Otherwise if you accidently build as root, and then as a user,
it keeps asking you if you want to overwrite it or not.

Submitted by: peter


# 95841 01-May-2002 obrien

Awk version of makeobjops.PL.
Note the invocation ordering is slightly different:
awk -f makeobjops.awk foo.m -ch

Submitted by: Oliver Fromme <olli@fromme.com>