atom feed42 messages in at.iem.pd-devRe: [PD-dev] re: branch convergence
FromSent OnAttachments
crOct 22, 2004 1:51 am 
guenter geigerOct 22, 2004 3:46 am 
Tim BlechmannOct 22, 2004 6:50 am 
Tim BlechmannOct 22, 2004 1:26 pm 
carmenOct 22, 2004 1:41 pm 
MatjuOct 22, 2004 2:33 pm 
Frank BarknechtOct 22, 2004 6:37 pm 
Frank BarknechtOct 23, 2004 2:37 am 
Tim BlechmannOct 23, 2004 3:13 am 
Tim BlechmannOct 23, 2004 3:28 am 
Hans-Christoph SteinerOct 24, 2004 8:21 am 
Frank BarknechtOct 24, 2004 9:53 am 
MatjuOct 25, 2004 8:33 am 
Tim BlechmannOct 25, 2004 11:53 am 
MatjuOct 25, 2004 1:47 pm 
guenter geigerOct 26, 2004 1:45 am 
Tim BlechmannOct 27, 2004 3:01 am 
guenter geigerOct 27, 2004 3:17 am 
MatjuOct 29, 2004 10:50 am 
Tim BlechmannOct 29, 2004 1:39 pm 
MatjuNov 14, 2004 10:43 pm 
guenter geigerNov 15, 2004 6:48 am 
MatjuNov 15, 2004 1:24 pm 
Frank BarknechtNov 15, 2004 1:51 pm 
Frank BarknechtNov 15, 2004 1:57 pm 
Tim BlechmannNov 15, 2004 4:43 pm 
guenter geigerNov 16, 2004 2:54 am 
guenter geigerNov 16, 2004 3:11 am 
Tim BlechmannNov 16, 2004 5:51 am 
Miller PucketteNov 16, 2004 10:32 am 
Miller PucketteNov 16, 2004 12:12 pm 
Tim BlechmannNov 16, 2004 1:18 pm 
Tim BlechmannNov 17, 2004 5:06 am 
Hans-Christoph SteinerNov 17, 2004 11:06 am 
Tim BlechmannNov 17, 2004 3:17 pm 
guenter geigerNov 18, 2004 4:57 am 
Tim BlechmannNov 26, 2004 5:45 am 
Miller PucketteNov 28, 2004 11:37 am 
Tim BlechmannNov 28, 2004 4:21 pm 
Tim BlechmannJun 30, 2005 3:28 am 
Miller PucketteJul 1, 2005 11:15 am 
Tim BlechmannJul 6, 2005 12:02 am 
Subject:Re: [PD-dev] re: branch convergence
From:Matju (mat@sympatico.ca)
Date:Oct 25, 2004 8:33:11 am
List:at.iem.pd-dev

On Sat, 23 Oct 2004, Tim Blechmann wrote:

I'd gladly introduce the full-blown console code into devel_0_37 but if you are going to drop it soon in favour of Miller's then what's the point... I haven't tried it but I heard it was missing features. Is it an optional console? what's the amount of scrollback it allows, and is that configurable?

i'd suggest to leave the devel_0_37 branch more or less, as it is ... and if you miss some features, it's probably better to build these features on top of miller's console ... we should try to follow a single line of development ... especially not removing any code by miller, but add useful code to it ... so if there is a console in the msp release, use his code and extend it ...

Alright. But for the other features I don't want to wait an undetermined amount of time so I began changing devel_0_37. I will try to keep the changes pretty much contained so that they are not too hard to merge. In particular I added src/u_matju.tk. It may seem strange to have a file named by an author and not a functionality, but then many files have "iem" written all over them, and I think that in the modularisation of Pd we should take into account the fact that there are several people contributing that try not to step on each other's toes while getting new functionality in.

So a lot of my new code should be in u_matju.tk for now, and more in additional u_*.tk files i will add later on. However I cannot avoid modifying the C code to introduce the features I want to introduce.

I will state all of my changes on this list (even though there is already the pd-cvs list for that).

src: cvs tag devel_0_37_A

src/t_tkcmd.c: tcl_vmess(): fixed buffer overflow pdgui_doevalfile(): print loadtime tcl error messages

src/s_path.c: glob_update_path(): added (for use by class browser)

src/m_class.c: added class browser thingies: t_class_list, class_list, class_find(), glob_update_class_info()

src/m_glob.c: added ";pd" methods: update-class-list update-class-info update-path help

src/m_class.c: class_new(): now records in class_list