| 1 |
2006-07-21 Eric Blossom <eb@comsec.com> |
|---|
| 2 |
|
|---|
| 3 |
* doc/howto-write-a-block.xml: clarified 1:1 i/o relationship |
|---|
| 4 |
versus size of input and output items. Thanks Jens! |
|---|
| 5 |
|
|---|
| 6 |
2005-07-02 Eric Blossom <eb@comsec.com> |
|---|
| 7 |
|
|---|
| 8 |
* config/gr_no_undefined.m4, config/gr_x86_64.m4: new, x86_64 support. |
|---|
| 9 |
* config/gr_python.m4: backed out search for libpython, making |
|---|
| 10 |
x86_64 work and breaking Cygwin/MinGW. |
|---|
| 11 |
* configure.ac, src/lib/Makefile.am: mods for x86_64, $(NO_UNDEFINED) |
|---|
| 12 |
|
|---|
| 13 |
2005-05-09 Stephane Fillod <f8cfe@free.fr> |
|---|
| 14 |
|
|---|
| 15 |
* config/gr_sysv_shm.m4: SysV shared memory not mandatory |
|---|
| 16 |
* config/gr_pwin32.m4, config/gr_python.m4, config/lf_cxx.m4: |
|---|
| 17 |
fixes for Cygwin, MinGW |
|---|
| 18 |
|
|---|
| 19 |
2005-01-29 Eric Blossom <eb@comsec.com> |
|---|
| 20 |
|
|---|
| 21 |
* src/lib/Makefile.am: mods for SWIG 1.3.24 |
|---|
| 22 |
|
|---|
| 23 |
2005-01-20 Eric Blossom <eb@comsec.com> |
|---|
| 24 |
|
|---|
| 25 |
* doc/howto-write-a-block.xml: made release 0.1 |
|---|
| 26 |
|
|---|
| 27 |
# |
|---|
| 28 |
# Copyright 2005 Free Software Foundation, Inc. |
|---|
| 29 |
# |
|---|
| 30 |
# This file is part of GNU Radio |
|---|
| 31 |
# |
|---|
| 32 |
# GNU Radio is free software; you can redistribute it and/or modify |
|---|
| 33 |
# it under the terms of the GNU General Public License as published by |
|---|
| 34 |
# the Free Software Foundation; either version 3, or (at your option) |
|---|
| 35 |
# any later version. |
|---|
| 36 |
# |
|---|
| 37 |
# GNU Radio is distributed in the hope that it will be useful, |
|---|
| 38 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 39 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 40 |
# GNU General Public License for more details. |
|---|
| 41 |
# |
|---|
| 42 |
# You should have received a copy of the GNU General Public License |
|---|
| 43 |
# along with GNU Radio; see the file COPYING. If not, write to |
|---|
| 44 |
# the Free Software Foundation, Inc., 51 Franklin Street, |
|---|
| 45 |
# Boston, MA 02110-1301, USA. |
|---|
| 46 |
# |
|---|