• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D12-Sep-19991.1 KiB3320

DI.hH A D12-Sep-19997.3 KiB267140

DL.hH A D12-Sep-19996 KiB22899

GDB.hH A D12-Sep-19992.4 KiB9133

I.cH A D12-Sep-19992 KiB557

I.hH A D12-Sep-19996.7 KiB235113

L.hH A D12-Sep-19995.5 KiB20885

L_buffer.cH A D12-Sep-19996.3 KiB256138

L_buffer.hH A D12-Sep-19993.5 KiB11234

L_times.cH A D12-Sep-19993.5 KiB13186

L_times.hH A D12-Sep-19992.3 KiB7131

Makefile.amH A D12-Sep-1999581 3013

Makefile.inH A D13-Sep-199912.8 KiB442337

Q.hH A D12-Sep-19993.7 KiB16178

Qstl.hH A D12-Sep-19993 KiB10357

READMEH A D12-Sep-1999496 2314

TODOH A D12-Sep-199963 42

assert.hH A D12-Sep-19991.8 KiB499

calls.cH A D12-Sep-19992.6 KiB8947

calls.hH A D12-Sep-19991.8 KiB5718

cycles.cH A D12-Sep-19993.4 KiB11544

cycles.hH A D12-Sep-19993.2 KiB10729

eiffel.hH A D12-Sep-19994.8 KiB16445

nana-c++lg.inH A D12-Sep-19992.6 KiB7128

nana-clg.inH A D12-Sep-19993 KiB8734

nana-config.hH A D12-Sep-19993.3 KiB10224

nana-config.h.inH A D12-Sep-19993.3 KiB10286

nana-run-init.gdbH A D12-Sep-1999248 76

nana-run.gdbH A D12-Sep-1999252 98

nana-run.inH A D12-Sep-19992.7 KiB7827

nana.hH A D12-Sep-19991.6 KiB479

nana.inH A D12-Sep-19992.8 KiB7431

nana_error.cH A D12-Sep-19991.6 KiB417

nana_error.hH A D12-Sep-19991.7 KiB5014

nanafilter.cH A D12-Sep-19994.6 KiB175120

now.cH A D12-Sep-19992.5 KiB9647

now.hH A D12-Sep-19992.5 KiB7812

README

1README for nana/src
2
3nana.h			#includes the other library headers
4
5DI.h			debugger based invariant checking
6DL.h			debugger based logging
7
8I.h			invariant (assertion) checking
9I.c			the default error handling code
10
11L.h			logging (printf debugging)
12L.c			support for logging
13
14L_buffer.h		support for logging into a circular buffer
15L_buffer.c
16
17nanafilter.c		the filter that extracts the debugger commands
18
19nana.in			generates the shell scripts the user runs (i.e. nana)
20nana-run.in
21nana-clg.in
22
23